chore: subtitle in notification
[skip-ci]
This commit is contained in:
parent
6b34a9774b
commit
e12834bc14
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -59,6 +59,7 @@ jobs:
|
|||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v${{ env.VER }}
|
||||
with:
|
||||
title: "[START] release workflow (${{ forgejo.run_number }})"
|
||||
subtitle: "${{ forgejo.repostitory }}"
|
||||
author: ${{ forgejo.actor }}
|
||||
giturl: ${{ forgejo.server_url }}
|
||||
iconslug: instacart
|
||||
|
|
@ -132,6 +133,7 @@ jobs:
|
|||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v${{ env.VER }}
|
||||
with:
|
||||
title: "[END] release workflow (${{ forgejo.run_number }})"
|
||||
subtitle: "${{ forgejo.repostitory }}"
|
||||
author: ${{ forgejo.actor }}
|
||||
giturl: ${{ forgejo.server_url }}
|
||||
iconslug: instacart
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue