This commit is contained in:
parent
272b279010
commit
8e60788101
1 changed files with 2 additions and 1 deletions
|
@ -77,13 +77,14 @@ jobs:
|
|||
nix --version
|
||||
|
||||
- if: always()
|
||||
name: "Send Notification"
|
||||
uses: https://git.sysctl.io/actions/gotify-action@master
|
||||
with:
|
||||
gotify_api_base: '${{ secrets.GOTIFY_URL }}'
|
||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
||||
notification_title: 'Build Complete'
|
||||
notification_message: 'Your build was completed.'
|
||||
name: "Send Notification"
|
||||
- if: always()
|
||||
run: rm -rf /.cache
|
||||
- if: always()
|
||||
run: rm -rf ${{ github.worksspace }}
|
Loading…
Reference in a new issue