Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolson committed May 31, 2024
1 parent 93ae34c commit 56834a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/temp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ runs:
- name: step 1
id: step-1
shell: bash
run: echo "value ${{ inputs.dry-run-tmp == true && ' is true' || ' is false'}}"
run: echo "value ${{ inputs.dry-run-tmp == 'true' && ' is true' || ' is false'}}"

0 comments on commit 56834a7

Please sign in to comment.