We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ba3bf commit 60e3242Copy full SHA for 60e3242
1 file changed
.github/workflows/worker.yml
@@ -53,11 +53,11 @@ jobs:
53
- id: output
54
shell: bash
55
run: |
56
- echo "big=${{ github.event.inputs.number > 10 }}" >> $GITHUB_OUTPUT
+ echo "big=${{ inputs.number > 10 }}" >> $GITHUB_OUTPUT
57
- id: test
58
59
60
- if [[ "${{ github.event.inputs.boolean }}" == 'true' ]]; then
+ if [[ "${{ inputs.boolean }}" == 'true' ]]; then
61
exit 1
62
fi
63
0 commit comments