mirror of https://github.com/nate2014jatc/AGSTATUS
10-31-23_01:46:08
This commit is contained in:
parent
c38e478958
commit
70fd725c4b
|
@ -4,7 +4,6 @@ on: [page_build]
|
||||||
jobs:
|
jobs:
|
||||||
NTFY-Manual-Ping:
|
NTFY-Manual-Ping:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# needs: pages-build-deployment
|
|
||||||
steps:
|
steps:
|
||||||
- run: echo "This job was automatically triggered by a ${{ github.event_name }} event."
|
- run: echo "This job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
- name: Ping NTFY server with update message.
|
- name: Ping NTFY server with update message.
|
||||||
|
@ -12,7 +11,7 @@ jobs:
|
||||||
curl ntfy.sh \
|
curl ntfy.sh \
|
||||||
-d '{
|
-d '{
|
||||||
"topic": "Hgh543VzdawHYbZw",
|
"topic": "Hgh543VzdawHYbZw",
|
||||||
"message": "A status update has been posted.",
|
"message": "The site has been updated.",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"action": "view",
|
"action": "view",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
RaxVentus:
|
RaxVentus:
|
||||||
name: Rax Ventus
|
name: Rax Ventus
|
||||||
image: rax_round.png
|
image: rax_round.png
|
||||||
bio: Intentionally Left Blank. For testing purposes, of course.
|
bio: Intentionally Left Blank. <br/>For testing purposes, of course.
|
||||||
socials:
|
socials:
|
||||||
- type: Mastodon
|
- type: Mastodon
|
||||||
url: https://dc801.space/@Raxventus
|
url: https://dc801.space/@Raxventus
|
||||||
|
|
Loading…
Reference in New Issue