From fe5a39151820c7aa1ddcfe28b93b31ee00f130ed Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 20 Dec 2023 22:23:18 +0900 Subject: [PATCH] Update workflows --- .forgejo/workflows/build-desktop-iso.yml | 3 ++- .forgejo/workflows/build-linode-img.yml | 3 ++- .forgejo/workflows/update-flake-lock.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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