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'
|
if: inputs.add_version_tag == 'true'
|
||||||
run: |
|
run: |
|
||||||
source "${{ github.action_path }}/../bashlib.sh"
|
source "${{ github.action_path }}/../bashlib.sh"
|
||||||
if [[ -n '${{ inputs.version_tag_prefix }}']]
|
if [[ -n '${{ inputs.version_tag_prefix }}' ]] ; then
|
||||||
prefix="${{ inputs.version_tag_prefix }}-"
|
prefix="${{ inputs.version_tag_prefix }}-"
|
||||||
else
|
else
|
||||||
prefix=""
|
prefix=""
|
||||||
|
|||||||
Reference in New Issue
Block a user