generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -57,3 +57,11 @@ runs:
|
|||||||
- name: Load bash library
|
- name: Load bash library
|
||||||
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main
|
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main
|
||||||
|
|
||||||
|
- name: Set debug mode
|
||||||
|
if: inputs.debug
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
source "${{ github.action_path }}/../bashlib.sh"
|
||||||
|
export DEBUG="ON"
|
||||||
|
echo "DEBUG=ON" >> $GITHUB_ENV
|
||||||
|
debug Debug switch on
|
||||||
|
|||||||
Reference in New Issue
Block a user