From cbc247fab09a072b8adf9d7cbd3d3920511eac3f Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 09:23:57 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 0926868..72e69e7 100644 --- a/action.yaml +++ b/action.yaml @@ -17,6 +17,8 @@ inputs: description: 'Message to log with the ping' required: false default: '' + debug: + decrtio runs: @@ -66,7 +68,7 @@ runs: "$URL" ) - echo "${YELLOW}🔄 Commande exécutée:${NC} ${curl_cmd[*]}" + echo -e "${YELLOW}🔄 Commande exécutée:${NC} ${curl_cmd[*]}" "${curl_cmd[@]}" \ && echo -e "${GREEN}✅ Success:${NC} $COMMAND ping sent to ${HEALTHPOINT}" \