Update workflows
All checks were successful
ssh-test / ssh-test (push) Successful in 20s

This commit is contained in:
iFargle 2023-12-20 22:40:58 +09:00
parent d581d0b39c
commit 6085f61723
4 changed files with 5 additions and 5 deletions

View file

@ -54,6 +54,6 @@ 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: 'Build Failed' notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Failed'
notification_message: 'Your build has failed. Check Forgejo.' notification_message: 'Your build has failed. Check Forgejo.'
name: "Send Notification" name: "Send Notification"

View file

@ -45,6 +45,6 @@ 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: 'Build Failed' notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Failed'
notification_message: 'Your build has failed. Check Forgejo.' notification_message: 'Your build has failed. Check Forgejo.'
name: "Send Notification" name: "Send Notification"

View file

@ -47,6 +47,6 @@ 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 Failed' notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Failed'
notification_message: 'Your build has failed. Check Forgejo.' notification_message: 'Your build has failed. Check Forgejo.'
name: "Send Notification" name: "Send Notification"

View file

@ -50,7 +50,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: 'NixOS Flake Updated' notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] NixOS Flake Updated'
notification_message: 'Build completed successfully.' notification_message: 'Build completed successfully.'
- if: always() - if: always()
run: rm -rf /.cache run: rm -rf /.cache
@ -61,6 +61,6 @@ 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: 'Build Failed' notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Failed'
notification_message: 'Your build has failed. Check Forgejo.' notification_message: 'Your build has failed. Check Forgejo.'
name: "Send Notification" name: "Send Notification"