Actualiser action.yaml

This commit is contained in:
2025-04-14 16:10:54 +02:00
parent cc072ccb5a
commit 283f14fca6

View File

@@ -65,3 +65,13 @@ runs:
export DEBUG="ON"
echo "DEBUG=ON" >> $GITHUB_ENV
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 }}