Test
This commit is contained in:
parent
683d67ccff
commit
3a39989275
1 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@ jobs:
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
||||||
notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] NixOS Deployed'
|
notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] NixOS Deployed'
|
||||||
notification_message: 'Deployment completed successfully.'
|
notification_message: 'Deployment completed successfully.'
|
||||||
|
name: "Send Notification - Success"
|
||||||
- if: failure()
|
- if: failure()
|
||||||
uses: https://git.sysctl.io/actions/gotify-action@master
|
uses: https://git.sysctl.io/actions/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
@ -62,4 +63,4 @@ jobs:
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
||||||
notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Deployment Failed'
|
notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Deployment Failed'
|
||||||
notification_message: 'Your deployment has failed. Check Forgejo.'
|
notification_message: 'Your deployment has failed. Check Forgejo.'
|
||||||
name: "Send Notification"
|
name: "Send Notification - Failure"
|
Loading…
Reference in a new issue