Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 committed Feb 19, 2024
1 parent 1a58c12 commit a0cfe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ runs:
mv ${{ inputs.IMAGE_NAME }}-${{ inputs.IMAGE_TAG || inputs.VERSION }}.iso end_iso/
- name: Upload ISO as artifact
if: inputs.PUSH_ISO == "true"
if: inputs.PUSH_ISO == 'true'
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.IMAGE_NAME }}-${{ inputs.IMAGE_TAG || inputs.VERSION }}.iso
Expand Down

0 comments on commit a0cfe4e

Please sign in to comment.