test
All checks were successful
ssh-test / ssh-test (push) Successful in 21s

This commit is contained in:
iFargle 2023-12-20 22:36:51 +09:00
parent fe5a391518
commit e7b142904f
5 changed files with 6 additions and 6 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 (${{ github.actor }})' notification_title: '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 (${{ github.actor }})' notification_title: '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: 'Build Failed (${{ github.actor }})' notification_title: '[ ${{ 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

@ -81,8 +81,8 @@ 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.actor }} - Build Complete' notification_title: '[ ${{ github.workflow }} ] Build Complete'
notification_message: 'Your build was completed.' notification_message: 'Your build has completed.'
name: "Send Notification" name: "Send Notification"
- if: always() - if: always()
run: rm -rf /.cache run: rm -rf /.cache

View file

@ -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 (${{ github.actor }})' notification_title: 'Build Failed'
notification_message: 'Your build has failed. Check Forgejo.' notification_message: 'Your build has failed. Check Forgejo.'
name: "Send Notification" name: "Send Notification"