Actualiser action.yaml

This commit is contained in:
2025-04-14 09:32:07 +02:00
parent 54bd16df00
commit 13fd3ff5a7

View File

@@ -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"