Update workflow
This commit is contained in:
parent
f59cb6a3e0
commit
39307ff8a8
1 changed files with 6 additions and 4 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue