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.
1 parent 4e1f514 commit c8494f3Copy full SHA for c8494f3
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