From cc072ccb5abaca7d3d140262587f3999047b458a Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:10:10 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yaml b/action.yaml index 84a7d18..be2bddd 100644 --- a/action.yaml +++ b/action.yaml @@ -57,3 +57,11 @@ runs: - name: Load bash library 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