From 95cf587c761dea9088a8cd3849e0eb6fae4acf23 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 09:44:14 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index e5b1305..9fa7a0b 100644 --- a/action.yaml +++ b/action.yaml @@ -31,7 +31,7 @@ runs: if: ${{ inputs.debug == true }} shell: bash run: | - source ./bashlib.sh + source "${{ github.action_path }}/bashlib.sh" export DEBUG="ON" echo "DEBUG=ON" >> $GITEA_ENV debug Debug switch on