From 60e1cb228ab42766c4a4c1e9badbefc40d9ddbd2 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:12:10 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 066966b..fc24ae9 100644 --- a/action.yaml +++ b/action.yaml @@ -58,7 +58,7 @@ runs: uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main - name: Set debug mode - if: inputs.debug + if: inputs.debug == 'true' shell: bash run: | source "${{ github.action_path }}/../bashlib.sh"