fix: fix iconslug handling
Some checks failed
Sample Testing / my_job (push) Failing after 1m30s

This commit is contained in:
Marcel S. Henselin 2026-04-17 14:24:34 +02:00
parent d5b203cb65
commit c9f0fc3d86
3 changed files with 39 additions and 85 deletions

View file

@ -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"