From c596c4cf55a3e5d0b52e259ef31426dee68a202c Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:07:58 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 52b08b4..5eecc79 100644 --- a/action.yaml +++ b/action.yaml @@ -35,12 +35,12 @@ runs: uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main - name: Set debug mode - if: inputs.debug == 'true' + if: inputs.debug shell: bash run: | source "${{ github.action_path }}/../bashlib.sh" export DEBUG="ON" - echo "DEBUG=ON" >> $GITEA_ENV + echo "DEBUG=ON" >> $GITHUB_ENV debug Debug switch on - name: Tash description