From 283f14fca64753a2b3fc1ec640747eca618eafd5 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:10:54 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/action.yaml b/action.yaml index be2bddd..066966b 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }}