From 2eff5fed81032e5f4c6c93440e35c9637c8ff30c Mon Sep 17 00:00:00 2001 From: rv Date: Fri, 27 Oct 2023 19:14:51 -0600 Subject: [PATCH] 10-27-23_19:14:51 --- .github/workflows/main.yml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cab50a8..690c72d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,15 +1,14 @@ jobs: - NTFY: - name: ntfy_action - uses: blackshot/ntfy-action@v1.1 - on: page_build - with: - url: https://ntfy.sh/ - topic: Hgh543VzdawHYbZw - tags: update, service, Astra Group - title: Astra Group Service Update - actions: { - "action": "http", - "label": "Open Site", - "url": "https://status.astragroup.info/", - } \ No newline at end of file + name: ntfy_action + uses: blackshot/ntfy-action@v1.1 + on: page_build + with: + url: https://ntfy.sh/ + topic: Hgh543VzdawHYbZw + tags: update, service, Astra Group + title: Astra Group Service Update + actions: { + "action": "http", + "label": "Open Site", + "url": "https://status.astragroup.info/", + } \ No newline at end of file