This commit is contained in:
parent
0568c5caa3
commit
fe5a391518
3 changed files with 6 additions and 3 deletions
|
@ -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.'
|
||||
notification_message: 'Your build has failed. Check Forgejo.'
|
||||
name: "Send Notification"
|
|
@ -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.'
|
||||
notification_message: 'Your build has failed. Check Forgejo.'
|
||||
name: "Send Notification"
|
|
@ -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.'
|
||||
notification_message: 'Your build has failed. Check Forgejo.'
|
||||
name: "Send Notification"
|
Loading…
Reference in a new issue