Skip to content

Commit 9845868

Browse files
authored
Merge pull request #9 from AidenCohen31/main
Added bugfix
2 parents c92fd52 + c8494f3 commit 9845868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
- id: generate-image-name
4747
shell: bash
4848
run: |
49-
if [[ -n ${{ inputs.image_name }} ]]; then
49+
if [[ -n "${{ inputs.image_name }}" ]]; then
5050
IMAGE_NAME="${{ inputs.image_name }}"
5151
elif [[ -n "${{ inputs.name }}" ]]; then
5252
# A name was specified

0 commit comments

Comments
 (0)