We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f618b commit 0f9d8b7Copy full SHA for 0f9d8b7
.github/workflows/check-validityops.yml
@@ -32,7 +32,7 @@ jobs:
32
curl -s \
33
--form-string "token=${{ secrets.PUSHOVER_TOKEN }}" \
34
--form-string "user=${{ secrets.PUSHOVER_USER_KEY }}" \
35
- --form-string "message=ALERT: ValidityOps is down!!" \
+ --form-string "message=ALERT: ValidityOps is down." \
36
--form-string "title=Site Check Failure" \
37
--form-string "priority=1" \
38
https://api.pushover.net/1/messages.json
0 commit comments