From f51f6faf19bafc01a0c0e003e857a7228ea03dc4 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 17 Apr 2026 15:30:15 +0200 Subject: [PATCH] chore: cleanup --- .github/workflows/example.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index b963c4a..026cd3e 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -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 }}