We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c92fd52 + c8494f3 commit 9845868Copy full SHA for 9845868
action.yml
@@ -46,7 +46,7 @@ runs:
46
- id: generate-image-name
47
shell: bash
48
run: |
49
- if [[ -n ${{ inputs.image_name }} ]]; then
+ if [[ -n "${{ inputs.image_name }}" ]]; then
50
IMAGE_NAME="${{ inputs.image_name }}"
51
elif [[ -n "${{ inputs.name }}" ]]; then
52
# A name was specified
0 commit comments