This commit is contained in:
iFargle 2023-12-20 21:58:00 +09:00
parent 3b24a06db4
commit c6769c4c39

View file

@ -82,6 +82,13 @@ jobs:
- 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
- if: always()
run: rm -rf ${{ github.worksspace }}