This commit is contained in:
parent
0568c5caa3
commit
fe5a391518
3 changed files with 6 additions and 3 deletions
|
@ -47,3 +47,4 @@ jobs:
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
||||||
notification_title: 'Build Failed (${{ github.actor }})'
|
notification_title: 'Build Failed (${{ github.actor }})'
|
||||||
notification_message: 'Your build has failed. Check Forgejo.'
|
notification_message: 'Your build has failed. Check Forgejo.'
|
||||||
|
name: "Send Notification"
|
|
@ -49,3 +49,4 @@ jobs:
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
||||||
notification_title: 'Build Failed (${{ github.actor }})'
|
notification_title: 'Build Failed (${{ github.actor }})'
|
||||||
notification_message: 'Your build has failed. Check Forgejo.'
|
notification_message: 'Your build has failed. Check Forgejo.'
|
||||||
|
name: "Send Notification"
|
|
@ -63,3 +63,4 @@ jobs:
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
||||||
notification_title: 'Build Failed (${{ github.actor }})'
|
notification_title: 'Build Failed (${{ github.actor }})'
|
||||||
notification_message: 'Your build has failed. Check Forgejo.'
|
notification_message: 'Your build has failed. Check Forgejo.'
|
||||||
|
name: "Send Notification"
|
Loading…
Reference in a new issue