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() }}
|
if: ${{ always() }}
|
||||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
||||||
with:
|
with:
|
||||||
|
title: "[START] sample test (${{ forgejo.run_number }})"
|
||||||
author: ${{ forgejo.actor }}
|
author: ${{ forgejo.actor }}
|
||||||
giturl: ${{ forgejo.server_url }}
|
giturl: ${{ forgejo.server_url }}
|
||||||
# status: ${{ job.status }} # optional
|
# status: ${{ job.status }} # optional
|
||||||
|
|
@ -21,6 +22,7 @@ jobs:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
||||||
with:
|
with:
|
||||||
|
title: "[END] sample test (${{ forgejo.run_number }})"
|
||||||
author: ${{ forgejo.actor }}
|
author: ${{ forgejo.actor }}
|
||||||
giturl: ${{ forgejo.server_url }}
|
giturl: ${{ forgejo.server_url }}
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue