From 7cbcd27a53c7dc78b4f2eecd15165d16c57d67cc Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 14:59:48 +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 8ac1994..8017b1f 100644 --- a/action.yaml +++ b/action.yaml @@ -30,7 +30,7 @@ runs: - name: Load bash library uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main - name: Set debug mode - if: ${{ inputs.debug == 'true' }} + if: inputs.debug == 'true' shell: bash run: | source "${{ github.action_path }}/../bashlib.sh"