Skip to content

Commit 0f9d8b7

Browse files
committed
fix: fix action
1 parent 20f618b commit 0f9d8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-validityops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
curl -s \
3333
--form-string "token=${{ secrets.PUSHOVER_TOKEN }}" \
3434
--form-string "user=${{ secrets.PUSHOVER_USER_KEY }}" \
35-
--form-string "message=ALERT: ValidityOps is down!!" \
35+
--form-string "message=ALERT: ValidityOps is down." \
3636
--form-string "title=Site Check Failure" \
3737
--form-string "priority=1" \
3838
https://api.pushover.net/1/messages.json

0 commit comments

Comments
 (0)