From 59d25af2872b56f55856ae95f8864064375c72fb Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 15:38:12 +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 41b9007..2a70fe4 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" @@ -39,7 +39,7 @@ runs: debug Debug switch on - name: Checkout code - if: ${{ inputs.git_checkout == 'true' }} + if: inputs.git_checkout == 'true' uses: actions/checkout@v4 - name: Retrieve the version