From 8e6078810180afeb53137c9ca03c6163a21c2c63 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 20 Dec 2023 22:02:59 +0900 Subject: [PATCH] test --- .forgejo/workflows/ssh-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ssh-test.yml b/.forgejo/workflows/ssh-test.yml index 6a51b8ac..abb02537 100644 --- a/.forgejo/workflows/ssh-test.yml +++ b/.forgejo/workflows/ssh-test.yml @@ -77,13 +77,14 @@ jobs: nix --version - 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.' + name: "Send Notification" + - if: always() run: rm -rf /.cache - if: always() run: rm -rf ${{ github.worksspace }} \ No newline at end of file