This commit is contained in:
parent
ffd2cd4716
commit
4d0bfa2eb0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
|
|
@ -10,6 +10,7 @@ jobs:
|
|||
if: ${{ always() }}
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
||||
with:
|
||||
title: "[START] sample test (${{ forgejo.run_number }})"
|
||||
author: ${{ forgejo.actor }}
|
||||
giturl: ${{ forgejo.server_url }}
|
||||
# status: ${{ job.status }} # optional
|
||||
|
|
@ -21,6 +22,7 @@ jobs:
|
|||
if: ${{ always() }}
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
||||
with:
|
||||
title: "[END] sample test (${{ forgejo.run_number }})"
|
||||
author: ${{ forgejo.actor }}
|
||||
giturl: ${{ forgejo.server_url }}
|
||||
status: ${{ job.status }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue