add msg to pushover

This commit is contained in:
2025-03-23 20:19:21 +00:00
parent eb015fdf76
commit 760677ad0b
2 changed files with 4 additions and 0 deletions

View File

@ -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'