This commit is contained in:
parent
a87686cb73
commit
f486b95d02
2 changed files with 205 additions and 39 deletions
5
.github/workflows/example.yml
vendored
5
.github/workflows/example.yml
vendored
|
|
@ -18,9 +18,12 @@ jobs:
|
|||
if: ${{ always() }}
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.0
|
||||
with:
|
||||
author: ${{ forgejo.actor }}
|
||||
giturl: ${{ forgejo.server_url }}
|
||||
project: ${{ forgejo.repository }}
|
||||
commit: ${{ steps.slug.outputs.sha8 }}
|
||||
branch: ${{ forgejo.ref }}
|
||||
status: ${{ job.status }}
|
||||
actionid: ${{ forgejo.repository }}/actions/runs/${{ forgejo.run_id }}
|
||||
actionid: ${{ forgejo.run_id }}
|
||||
webhook: "${{ secrets.WEBHOOK_URL }}"
|
||||
event_body: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue