This commit is contained in:
parent
d581d0b39c
commit
6085f61723
4 changed files with 5 additions and 5 deletions
|
@ -54,6 +54,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
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.'
|
notification_message: 'Your build has failed. Check Forgejo.'
|
||||||
name: "Send Notification"
|
name: "Send Notification"
|
|
@ -45,6 +45,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
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.'
|
notification_message: 'Your build has failed. Check Forgejo.'
|
||||||
name: "Send Notification"
|
name: "Send Notification"
|
|
@ -47,6 +47,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
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.'
|
notification_message: 'Your build has failed. Check Forgejo.'
|
||||||
name: "Send Notification"
|
name: "Send Notification"
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
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.'
|
notification_message: 'Build completed successfully.'
|
||||||
- if: always()
|
- if: always()
|
||||||
run: rm -rf /.cache
|
run: rm -rf /.cache
|
||||||
|
@ -61,6 +61,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
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.'
|
notification_message: 'Your build has failed. Check Forgejo.'
|
||||||
name: "Send Notification"
|
name: "Send Notification"
|
Loading…
Reference in a new issue