Actualiser action.yaml

This commit is contained in:
2025-04-14 09:15:33 +02:00
parent 2022eb6c6b
commit 0d1738d7c2

View File

@@ -68,8 +68,8 @@ runs:
echo "Commande exécutée: ${curl_cmd[*]}"
"${curl_cmd[@]}" \
&& echo -e "${GREEN}✅ Success:${NC} ping sent to ${HEALTHPOINT}" \
|| echo -e "${RED}❌ Error: ${NC} ping to ${HEALTHPOINT} failed"
&& echo -e "${GREEN}✅ Success:${NC} $COMMAND ping sent to ${HEALTHPOINT}" \
|| echo -e "${RED}❌ Error: ${NC} $COMMAND ping to ${HEALTHPOINT} failed"
if [[ "$COMMAND" == "fail" ]] ; then
exit 1