From 13fd3ff5a7fde7ab8bfd54eb5fedcbac727b4513 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 09:32:07 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yaml b/action.yaml index 72e69e7..e178458 100644 --- a/action.yaml +++ b/action.yaml @@ -27,10 +27,7 @@ runs: - name: Ping the server shell: bash run: | - GREEN='\033[0;32m' - RED='\033[0;31m' - YELLOW='\033[1;33m' - NC='\033[0m' # No Color + source ./bashlib.sh if [[ -z $(which curl) ]] ; then echo -e "${RED}❌ Error:${NC}: Cannot locate the curl command"