Update workflow

This commit is contained in:
albert 2025-02-03 14:49:07 -08:00
parent f59cb6a3e0
commit 39307ff8a8
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -24,13 +24,15 @@ jobs:
dependencies
automated
pr-assignees: albert
- uses: actions/gotify-action@master
- name: Send Notification
uses: actions/gotify-action@master
if: always()
with:
gotify_api_base: ${{ secrets.GOTIFY_URL }}
gotify_app_token: ${{ secrets.GOTIFY_TOKEN }}
notification_title: |
[${{ github.repository }}] Deployment ${{ job.status }}
${{ github.workflow }}: ${{ job.status }}
notification_message: |
Status: ${{ job.status }}
Commit: ${{ github.sha }}
Repo: ${{ github.repository }}
Status: ${{ job.status }}
Commit: ${{ github.sha }}