You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use your action but it is not working as intended. This is the relevant part of my own action:
jobs:
check:
runs-on: ubuntu-latestoutputs:
changes: ${{ steps.nightly-check.outputs.changes }}steps:
- id: nightly-checkname: Check for changes since last nightlyuses: lukecarr/[email protected]
As you can see, I don't have within specified, so it should use your default value. But the variable is empty as you can see in the output of your action (see empty after value):
I tried to use your action but it is not working as intended. This is the relevant part of my own action:
As you can see, I don't have
within
specified, so it should use your default value. But the variable is empty as you can see in the output of your action (see emptyafter
value):Then I tried to specify the
within
value in my action. Same problem, the variable is still empty.The text was updated successfully, but these errors were encountered: