diff --git a/.forgejo/workflows/ssh-test.yml b/.forgejo/workflows/ssh-test.yml index ae8c7b88..3dc171f3 100644 --- a/.forgejo/workflows/ssh-test.yml +++ b/.forgejo/workflows/ssh-test.yml @@ -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 }} \ No newline at end of file