This commit is contained in:
parent
1b94d39940
commit
3c1469b732
1 changed files with 0 additions and 4 deletions
|
@ -52,10 +52,6 @@ jobs:
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
||||||
notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] NixOS Flake Updated'
|
notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] NixOS Flake Updated'
|
||||||
notification_message: 'Build completed successfully.'
|
notification_message: 'Build completed successfully.'
|
||||||
- if: always()
|
|
||||||
run: rm -rf /.cache
|
|
||||||
- if: always()
|
|
||||||
run: rm -rf ${{ github.workspace }}
|
|
||||||
- if: failure()
|
- if: failure()
|
||||||
uses: https://git.sysctl.io/actions/gotify-action@master
|
uses: https://git.sysctl.io/actions/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue