Actualiser action.yaml

This commit is contained in:
2025-04-14 16:10:10 +02:00
parent 19e9650980
commit cc072ccb5a

View File

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