From d5b203cb653db98629c2924f288f9bd8e61dcb71 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 17 Apr 2026 14:05:43 +0200 Subject: [PATCH] fix: fix iconslug handling --- .github/workflows/example.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index a13525b..f1cbb04 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -14,7 +14,7 @@ jobs: run: echo "::set-output name=sha8::$(echo ${FORGEJO_SHA} | cut -c1-8)" id: slug - - name: Chat Setup + - name: First Chat Message if: ${{ always() }} uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2 with: @@ -27,3 +27,17 @@ jobs: actionid: ${{ forgejo.run_id }} webhook: "${{ secrets.WEBHOOK_URL }}" event_body: "" + + - name: Second Chat Message as ThreadResponse + if: ${{ always() }} + uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2 + 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 }} + webhook: "${{ secrets.WEBHOOK_URL }}" + event_body: "this time I provided a body"