This commit is contained in:
dvirlabs 2025-06-30 02:34:55 +03:00
parent 0cca0db22f
commit e906eb7925

View File

@ -92,7 +92,7 @@ jobs:
STATUS=$(curl -s -o /dev/null -w "%{http_code}" "$URL")
TIME=$(date "+%Y-%m-%d %H:%M:%S")
if [[ "$STATUS" != "$CODE" ]]; then
if [[ "$STATUS" == "$CODE" ]]; then
curl -s \\
--form-string "token=${{ secrets.PUSHOVER_TOKEN }}" \\
--form-string "user=${{ secrets.PUSHOVER_USER }}" \\