diff --git a/action.yaml b/action.yaml index 5eecc79..853c951 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 + if: inputs.debug == 'true' shell: bash run: | source "${{ github.action_path }}/../bashlib.sh"