From a43e1e53611d9ec1c74f4d436c6c8dac0676a113 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:45:24 +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 d094651..c1a9ea2 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 + if: inputs.debug == 'true' shell: bash run: | source "${{ github.action_path }}/../bashlib.sh" @@ -59,7 +59,7 @@ runs: - name: Log into the registry - if: inputs.registry_login + if: inputs.registry_login == 'true' uses: https://gargoton.petite-maison-orange.fr/pmo-actions/registry-login@main with: registry_command: ${{ inputs.push_command }}