add msg to pushover
This commit is contained in:
parent
eb015fdf76
commit
760677ad0b
@ -31,6 +31,7 @@ jobs:
|
||||
with:
|
||||
status: ${{ job.status }}
|
||||
title: 'Stack Deployment Started'
|
||||
message: "${{ gitea.event.head_commit.message }}"
|
||||
url: "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id }}"
|
||||
url_title: 'View Deployment'
|
||||
|
||||
@ -93,5 +94,6 @@ jobs:
|
||||
with:
|
||||
status: ${{ job.status }}
|
||||
title: "Stack Deployment ${{ job.status }}"
|
||||
message: "${{ gitea.event.head_commit.message }}"
|
||||
url: "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id }}"
|
||||
url_title: 'View Logs'
|
||||
|
@ -31,6 +31,7 @@ jobs:
|
||||
with:
|
||||
status: ${{ job.status }}
|
||||
title: 'Stack Removal Started'
|
||||
message: "Removing stack ${{ gitea.repository }}"
|
||||
url: "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id }}"
|
||||
url_title: 'View Deployment'
|
||||
|
||||
@ -62,5 +63,6 @@ jobs:
|
||||
with:
|
||||
status: ${{ job.status }}
|
||||
title: "Stack Removal ${{ job.status }}"
|
||||
message: "Stack ${{ gitea.repository }} removed"
|
||||
url: "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id }}"
|
||||
url_title: 'View Logs'
|
||||
|
Loading…
x
Reference in New Issue
Block a user