diff --git a/action.yaml b/action.yaml index cb52ae5..6982d62 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 == 'true' 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 == 'true' uses: https://gargoton.petite-maison-orange.fr/pmo-actions/registry-login@main with: registry_command: ${{ inputs.push_command }}