Actualiser action.yaml

This commit is contained in:
2025-04-14 09:44:46 +02:00
parent 95cf587c76
commit 2d55581e89

View File

@@ -39,7 +39,7 @@ runs:
- name: Ping the server - name: Ping the server
shell: bash shell: bash
run: | run: |
source ./bashlib.sh source "${{ github.action_path }}/bashlib.sh"
if [[ -z $(which curl) ]] ; then if [[ -z $(which curl) ]] ; then
echo -e "${RED}❌ Error:${NC}: Cannot locate the curl command" echo -e "${RED}❌ Error:${NC}: Cannot locate the curl command"