From 6085f6172307e8dbda47c7c4ea0c9400c6d5975a Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 20 Dec 2023 22:40:58 +0900 Subject: [PATCH] Update workflows --- .forgejo/workflows/build-console-iso.yml | 2 +- .forgejo/workflows/build-desktop-iso.yml | 2 +- .forgejo/workflows/build-linode-img.yml | 2 +- .forgejo/workflows/update-flake-lock.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/build-console-iso.yml b/.forgejo/workflows/build-console-iso.yml index ca0ac291..186281b0 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' + notification_title: '[ ${{ github.repository }}: ${{ 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/build-desktop-iso.yml b/.forgejo/workflows/build-desktop-iso.yml index 99053147..6d8224f2 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' + notification_title: '[ ${{ github.repository }}: ${{ 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/build-linode-img.yml b/.forgejo/workflows/build-linode-img.yml index 48ef5b1f..2cac205a 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: '[ ${{ github.workflow }} ] Build Failed' + notification_title: '[ ${{ github.repository }}: ${{ 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/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 9386ac2d..dd18a7f0 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -50,7 +50,7 @@ jobs: with: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' - notification_title: 'NixOS Flake Updated' + notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] NixOS Flake Updated' notification_message: 'Build completed successfully.' - if: always() run: rm -rf /.cache @@ -61,6 +61,6 @@ jobs: with: gotify_api_base: '${{ secrets.GOTIFY_URL }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' - notification_title: 'Build Failed' + notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Failed' notification_message: 'Your build has failed. Check Forgejo.' name: "Send Notification" \ No newline at end of file