From d581d0b39cef70336b707faf70bd31e050dbd7d8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 20 Dec 2023 22:39:06 +0900 Subject: [PATCH] test --- .forgejo/workflows/ssh-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ssh-test.yml b/.forgejo/workflows/ssh-test.yml index ead95037..531ade70 100644 --- a/.forgejo/workflows/ssh-test.yml +++ b/.forgejo/workflows/ssh-test.yml @@ -81,7 +81,7 @@ jobs: with: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' - notification_title: '[ ${{ github.workflow }} ] Build Complete' + notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Complete' notification_message: 'Your build has completed.' name: "Send Notification" - if: always()