diff --git a/action.yaml b/action.yaml index c212966..ec51004 100644 --- a/action.yaml +++ b/action.yaml @@ -31,7 +31,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"