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