Skip to content

Commit

Permalink
test: do not wrap input value in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Sep 26, 2024
1 parent 2b0e0d7 commit 6b3648f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Debug inputs
if: inputs.rechunk == 'true'
if: inputs.rechunk == true
run: |
echo "Event: ${{ github.event_name }}"
echo "Rechunk: ${{ inputs.rechunk }}"
Expand Down

0 comments on commit 6b3648f

Please sign in to comment.