This commit is contained in:
parent
fe5a391518
commit
e7b142904f
5 changed files with 6 additions and 6 deletions
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue