Test
Some checks failed
deploy-rs / deploy-rs (push) Failing after 0s
ssh-test / ssh-test (push) Successful in 21s

This commit is contained in:
iFargle 2023-12-25 11:34:40 +09:00
parent 683d67ccff
commit 3a39989275

View file

@ -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"