Skip to content

Commit

Permalink
quote comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Dec 19, 2024
1 parent 508e83b commit 498e698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
id: variables
run: |
name="prep-release/"
if [[ ${{ inputs.test_run }} == true ]]
if [[ "${{ inputs.test_run }}" == "true" ]]
then
name+="test-run/"
fi
Expand Down

0 comments on commit 498e698

Please sign in to comment.