From 2d55581e8991254de0a6d722a40a9beab67b977e Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 09:44:46 +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 9fa7a0b..350b4f4 100644 --- a/action.yaml +++ b/action.yaml @@ -39,7 +39,7 @@ runs: - name: Ping the server shell: bash run: | - source ./bashlib.sh + source "${{ github.action_path }}/bashlib.sh" if [[ -z $(which curl) ]] ; then echo -e "${RED}❌ Error:${NC}: Cannot locate the curl command"