From e7b142904fe8bbbcceb5c231be06442144fe3e51 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 20 Dec 2023 22:36:51 +0900 Subject: [PATCH] test --- .forgejo/workflows/build-console-iso.yml | 2 +- .forgejo/workflows/build-desktop-iso.yml | 2 +- .forgejo/workflows/build-linode-img.yml | 2 +- .forgejo/workflows/ssh-test.yml | 4 ++-- .forgejo/workflows/update-flake-lock.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/build-console-iso.yml b/.forgejo/workflows/build-console-iso.yml index 4c1b309e..ca0ac291 100644 --- a/.forgejo/workflows/build-console-iso.yml +++ b/.forgejo/workflows/build-console-iso.yml @@ -54,6 +54,6 @@ jobs: with: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' - notification_title: 'Build Failed (${{ github.actor }})' + notification_title: 'Build Failed' notification_message: 'Your build has failed. Check Forgejo.' name: "Send Notification" \ No newline at end of file diff --git a/.forgejo/workflows/build-desktop-iso.yml b/.forgejo/workflows/build-desktop-iso.yml index 6a273c2d..99053147 100644 --- a/.forgejo/workflows/build-desktop-iso.yml +++ b/.forgejo/workflows/build-desktop-iso.yml @@ -45,6 +45,6 @@ jobs: with: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' - notification_title: 'Build Failed (${{ github.actor }})' + notification_title: 'Build Failed' 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 59c4e23f..48ef5b1f 100644 --- a/.forgejo/workflows/build-linode-img.yml +++ b/.forgejo/workflows/build-linode-img.yml @@ -47,6 +47,6 @@ jobs: with: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' - notification_title: 'Build Failed (${{ github.actor }})' + notification_title: '[ ${{ github.workflow }} ] Build Failed' notification_message: 'Your build has failed. Check Forgejo.' name: "Send Notification" \ No newline at end of file diff --git a/.forgejo/workflows/ssh-test.yml b/.forgejo/workflows/ssh-test.yml index cf0ac4ba..ead95037 100644 --- a/.forgejo/workflows/ssh-test.yml +++ b/.forgejo/workflows/ssh-test.yml @@ -81,8 +81,8 @@ jobs: with: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' - notification_title: '${{ github.actor }} - Build Complete' - notification_message: 'Your build was completed.' + notification_title: '[ ${{ github.workflow }} ] Build Complete' + notification_message: 'Your build has completed.' name: "Send Notification" - if: always() run: rm -rf /.cache diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index d480dbc3..9386ac2d 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -61,6 +61,6 @@ jobs: with: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' - notification_title: 'Build Failed (${{ github.actor }})' + notification_title: 'Build Failed' notification_message: 'Your build has failed. Check Forgejo.' name: "Send Notification" \ No newline at end of file