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

This commit is contained in:
iFargle 2023-12-20 22:02:59 +09:00
parent 272b279010
commit 8e60788101

View file

@ -77,13 +77,14 @@ jobs:
nix --version nix --version
- if: always() - if: always()
name: "Send Notification"
uses: https://git.sysctl.io/actions/gotify-action@master uses: https://git.sysctl.io/actions/gotify-action@master
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 Complete' notification_title: 'Build Complete'
notification_message: 'Your build was completed.' notification_message: 'Your build was completed.'
name: "Send Notification"
- if: always()
run: rm -rf /.cache run: rm -rf /.cache
- if: always() - if: always()
run: rm -rf ${{ github.worksspace }} run: rm -rf ${{ github.worksspace }}