Actualiser action.yaml
This commit is contained in:
@@ -27,6 +27,7 @@ runs:
|
||||
run: |
|
||||
GREEN='\033[0;32m'
|
||||
RED='\033[0;31m'
|
||||
YELLOW='\033[1;33m'
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
if [[ -z $(which curl) ]] ; then
|
||||
@@ -65,7 +66,7 @@ runs:
|
||||
"$URL"
|
||||
)
|
||||
|
||||
echo "Commande exécutée: ${curl_cmd[*]}"
|
||||
echo "${YELLOW}🔄 Commande exécutée:${NC} ${curl_cmd[*]}"
|
||||
|
||||
"${curl_cmd[@]}" \
|
||||
&& echo -e "${GREEN}✅ Success:${NC} $COMMAND ping sent to ${HEALTHPOINT}" \
|
||||
|
||||
Reference in New Issue
Block a user