From c6769c4c3987c14d8a288a13bda8ce98a96f827e Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 20 Dec 2023 21:58:00 +0900 Subject: [PATCH] test --- .forgejo/workflows/ssh-test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.forgejo/workflows/ssh-test.yml b/.forgejo/workflows/ssh-test.yml index ae8c7b88..3dc171f3 100644 --- a/.forgejo/workflows/ssh-test.yml +++ b/.forgejo/workflows/ssh-test.yml @@ -82,6 +82,13 @@ jobs: - if: always() + name: "Send Notification" + uses: https://git.sysctl.io/actions/gotify-action@master + with: + gotify_api_base: '${{ secrets.GOTIFY_URL }}' + gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' + notification_title: 'Build Complete' + notification_message: 'Your build was completed.' run: rm -rf /.cache - if: always() run: rm -rf ${{ github.worksspace }} \ No newline at end of file