From 10ae6fc0189371f938a6e982be7dd9f23ea7af81 Mon Sep 17 00:00:00 2001 From: Nate Bates Date: Fri, 27 Oct 2023 19:03:13 -0600 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..f3f856c --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +- name: ntfy_action + uses: blackshot/ntfy-action@v1.1 + 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/", + }