generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -138,7 +138,7 @@ runs:
|
||||
if: inputs.add_version_tag == 'true'
|
||||
run: |
|
||||
source "${{ github.action_path }}/../bashlib.sh"
|
||||
if [[ -n '${{ inputs.version_tag_prefix }}']]
|
||||
if [[ -n '${{ inputs.version_tag_prefix }}' ]] ; then
|
||||
prefix="${{ inputs.version_tag_prefix }}-"
|
||||
else
|
||||
prefix=""
|
||||
|
||||
Reference in New Issue
Block a user