This commit is contained in:
parent
141b4aba86
commit
f51f6faf19
1 changed files with 2 additions and 0 deletions
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
|
|
@ -13,6 +13,7 @@ jobs:
|
|||
title: "[START] sample test (${{ forgejo.run_number }})"
|
||||
author: ${{ forgejo.actor }}
|
||||
giturl: ${{ forgejo.server_url }}
|
||||
iconslug: instacart
|
||||
# status: ${{ job.status }} # optional
|
||||
actionid: ${{ forgejo.run_number }}
|
||||
webhook: "${{ secrets.WEBHOOK_URL }}"
|
||||
|
|
@ -28,6 +29,7 @@ jobs:
|
|||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
||||
with:
|
||||
title: "[END] sample test (${{ forgejo.run_number }})"
|
||||
iconslug: bun
|
||||
author: ${{ forgejo.actor }}
|
||||
giturl: ${{ forgejo.server_url }}
|
||||
status: ${{ job.status }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue