This commit is contained in:
parent
d5b203cb65
commit
c9f0fc3d86
3 changed files with 39 additions and 85 deletions
14
.github/workflows/example.yml
vendored
14
.github/workflows/example.yml
vendored
|
|
@ -20,13 +20,10 @@ jobs:
|
|||
with:
|
||||
author: ${{ forgejo.actor }}
|
||||
giturl: ${{ forgejo.server_url }}
|
||||
project: ${{ forgejo.repository }}
|
||||
commit: ${{ steps.slug.outputs.sha8 }}
|
||||
branch: ${{ forgejo.ref }}
|
||||
status: ${{ job.status }}
|
||||
actionid: ${{ forgejo.run_id }}
|
||||
# status: ${{ job.status }}
|
||||
actionid: ${{ forgejo.run_number }}
|
||||
webhook: "${{ secrets.WEBHOOK_URL }}"
|
||||
event_body: ""
|
||||
# event_body: "" # optional
|
||||
|
||||
- name: Second Chat Message as ThreadResponse
|
||||
if: ${{ always() }}
|
||||
|
|
@ -34,10 +31,7 @@ jobs:
|
|||
with:
|
||||
author: ${{ forgejo.actor }}
|
||||
giturl: ${{ forgejo.server_url }}
|
||||
project: ${{ forgejo.repository }}
|
||||
commit: ${{ steps.slug.outputs.sha8 }}
|
||||
branch: ${{ forgejo.ref }}
|
||||
status: ${{ job.status }}
|
||||
actionid: ${{ forgejo.run_id }}
|
||||
actionid: ${{ forgejo.run_number }}
|
||||
webhook: "${{ secrets.WEBHOOK_URL }}"
|
||||
event_body: "this time <b>I</b> provided a body"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue