chore: cleanup
Some checks failed
Sample Testing / my_job (push) Failing after 38s

This commit is contained in:
Marcel S. Henselin 2026-04-17 15:30:15 +02:00
parent 141b4aba86
commit f51f6faf19

View file

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