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 }}