Skip to content

Commit 60e3242

Browse files
committed
better inputs
1 parent 93ba3bf commit 60e3242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/worker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
- id: output
5454
shell: bash
5555
run: |
56-
echo "big=${{ github.event.inputs.number > 10 }}" >> $GITHUB_OUTPUT
56+
echo "big=${{ inputs.number > 10 }}" >> $GITHUB_OUTPUT
5757
- id: test
5858
shell: bash
5959
run: |
60-
if [[ "${{ github.event.inputs.boolean }}" == 'true' ]]; then
60+
if [[ "${{ inputs.boolean }}" == 'true' ]]; then
6161
exit 1
6262
fi
6363

0 commit comments

Comments
 (0)