Skip to content

Commit

Permalink
fix: treat condition as str
Browse files Browse the repository at this point in the history
  • Loading branch information
prakasa-tkpd committed Nov 23, 2023
1 parent e701a8f commit b077791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-if.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
# release assets to CDN
- name: Upload external assets to CDN
if: ${{ github.event.inputs.cdn }}
if: ${{ github.event.inputs.cdn == 'true' }}
id: upload-cdn
run: |
echo "Call when cdn ${{ github.event.inputs.cdn }}"

0 comments on commit b077791

Please sign in to comment.