From a7a27d7871445ec2a6959b5a744258c9f5624bb6 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:07:13 +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 6982d62..ad75b99 100644 --- a/action.yaml +++ b/action.yaml @@ -43,7 +43,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 shell: bash run: | source "${{ github.action_path }}/../bashlib.sh" @@ -59,7 +59,7 @@ runs: - name: Log into the registry - if: inputs.registry_login == 'true' + if: inputs.registry_login uses: https://gargoton.petite-maison-orange.fr/pmo-actions/registry-login@main with: registry_command: ${{ inputs.push_command }}