From b047972ae5f139a9852a6d390db5e120c45bbfe1 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 15:39:15 +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 d59b477..52b08b4 100644 --- a/action.yaml +++ b/action.yaml @@ -35,7 +35,7 @@ runs: 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"