test
This commit is contained in:
parent
3b24a06db4
commit
c6769c4c39
1 changed files with 7 additions and 0 deletions
|
@ -82,6 +82,13 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- if: always()
|
- 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.'
|
||||||
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