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
|
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 }}
|
Loading…
Reference in a new issue