Debug
This commit is contained in:
parent
0cca0db22f
commit
e906eb7925
@ -92,7 +92,7 @@ jobs:
|
|||||||
STATUS=$(curl -s -o /dev/null -w "%{http_code}" "$URL")
|
STATUS=$(curl -s -o /dev/null -w "%{http_code}" "$URL")
|
||||||
TIME=$(date "+%Y-%m-%d %H:%M:%S")
|
TIME=$(date "+%Y-%m-%d %H:%M:%S")
|
||||||
|
|
||||||
if [[ "$STATUS" != "$CODE" ]]; then
|
if [[ "$STATUS" == "$CODE" ]]; then
|
||||||
curl -s \\
|
curl -s \\
|
||||||
--form-string "token=${{ secrets.PUSHOVER_TOKEN }}" \\
|
--form-string "token=${{ secrets.PUSHOVER_TOKEN }}" \\
|
||||||
--form-string "user=${{ secrets.PUSHOVER_USER }}" \\
|
--form-string "user=${{ secrets.PUSHOVER_USER }}" \\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user