This commit is contained in:
parent
e7b142904f
commit
d581d0b39c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,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: '[ ${{ github.workflow }} ] Build Complete'
|
notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Complete'
|
||||||
notification_message: 'Your build has completed.'
|
notification_message: 'Your build has completed.'
|
||||||
name: "Send Notification"
|
name: "Send Notification"
|
||||||
- if: always()
|
- if: always()
|
||||||
|
|
Loading…
Reference in a new issue