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()