Actualiser action.yaml

This commit is contained in:
2025-04-14 09:44:14 +02:00
parent 655ed9adfe
commit 95cf587c76

View File

@@ -31,7 +31,7 @@ runs:
if: ${{ inputs.debug == true }} if: ${{ inputs.debug == true }}
shell: bash shell: bash
run: | run: |
source ./bashlib.sh source "${{ github.action_path }}/bashlib.sh"
export DEBUG="ON" export DEBUG="ON"
echo "DEBUG=ON" >> $GITEA_ENV echo "DEBUG=ON" >> $GITEA_ENV
debug Debug switch on debug Debug switch on