Set Emergency

This commit is contained in:
dvirlabs 2025-06-27 18:07:31 +03:00
parent c385b98982
commit 539c486336

View File

@ -23,6 +23,7 @@ jobs:
--form-string "user=${{ secrets.PUSHOVER_USER }}" \
--form-string "title=🔴 $NAME Alert" \
--form-string "message=⚠️ $URL is down ($STATUS) at $TIME" \
--form-string "priority=2" \
https://api.pushover.net/1/messages.json
else
echo "✅ $NAME is up: $STATUS"