diff --git a/action.yaml b/action.yaml index 52b08b4..5eecc79 100644 --- a/action.yaml +++ b/action.yaml @@ -35,12 +35,12 @@ runs: uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main - name: Set debug mode - if: inputs.debug == 'true' + if: inputs.debug shell: bash run: | source "${{ github.action_path }}/../bashlib.sh" export DEBUG="ON" - echo "DEBUG=ON" >> $GITEA_ENV + echo "DEBUG=ON" >> $GITHUB_ENV debug Debug switch on - name: Tash description