generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
10
action.yaml
10
action.yaml
@@ -65,3 +65,13 @@ runs:
|
|||||||
export DEBUG="ON"
|
export DEBUG="ON"
|
||||||
echo "DEBUG=ON" >> $GITHUB_ENV
|
echo "DEBUG=ON" >> $GITHUB_ENV
|
||||||
debug Debug switch on
|
debug Debug switch on
|
||||||
|
|
||||||
|
- name: Start the job
|
||||||
|
if: inputs.check_server != '' && inputs.check_uuid != ''
|
||||||
|
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/healthchecks-ping@main
|
||||||
|
with:
|
||||||
|
check_server: ${{ inputs.check_server }}
|
||||||
|
check_uuid: ${{ inputs.check_uuid }}
|
||||||
|
check_command: start
|
||||||
|
check_message: 'Starting job for image ${{ inputs.image_name }}'
|
||||||
|
debug: ${{ inputs.debug }}
|
||||||
|
|||||||
Reference in New Issue
Block a user