diff --git a/.forgejo/workflows/build-desktop-iso.yml b/.forgejo/workflows/build-desktop-iso.yml index 9e06e849..6a273c2d 100644 --- a/.forgejo/workflows/build-desktop-iso.yml +++ b/.forgejo/workflows/build-desktop-iso.yml @@ -46,4 +46,5 @@ jobs: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' notification_title: 'Build Failed (${{ github.actor }})' - notification_message: 'Your build has failed. Check Forgejo.' \ No newline at end of file + notification_message: 'Your build has failed. Check Forgejo.' + name: "Send Notification" \ No newline at end of file diff --git a/.forgejo/workflows/build-linode-img.yml b/.forgejo/workflows/build-linode-img.yml index 223902ef..59c4e23f 100644 --- a/.forgejo/workflows/build-linode-img.yml +++ b/.forgejo/workflows/build-linode-img.yml @@ -48,4 +48,5 @@ jobs: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' notification_title: 'Build Failed (${{ github.actor }})' - notification_message: 'Your build has failed. Check Forgejo.' \ No newline at end of file + notification_message: 'Your build has failed. Check Forgejo.' + name: "Send Notification" \ No newline at end of file diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 2c2120a8..d480dbc3 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -62,4 +62,5 @@ jobs: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' notification_title: 'Build Failed (${{ github.actor }})' - notification_message: 'Your build has failed. Check Forgejo.' \ No newline at end of file + notification_message: 'Your build has failed. Check Forgejo.' + name: "Send Notification" \ No newline at end of file