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 }}