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}" \