chore: cleanup
All checks were successful
Sample Testing / my_job (push) Successful in 38s

This commit is contained in:
Marcel S. Henselin 2026-04-17 15:16:23 +02:00
parent ffd2cd4716
commit 4d0bfa2eb0

View file

@ -10,6 +10,7 @@ jobs:
if: ${{ always() }} if: ${{ always() }}
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2 uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
with: with:
title: "[START] sample test (${{ forgejo.run_number }})"
author: ${{ forgejo.actor }} author: ${{ forgejo.actor }}
giturl: ${{ forgejo.server_url }} giturl: ${{ forgejo.server_url }}
# status: ${{ job.status }} # optional # status: ${{ job.status }} # optional
@ -21,6 +22,7 @@ jobs:
if: ${{ always() }} if: ${{ always() }}
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2 uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
with: with:
title: "[END] sample test (${{ forgejo.run_number }})"
author: ${{ forgejo.actor }} author: ${{ forgejo.actor }}
giturl: ${{ forgejo.server_url }} giturl: ${{ forgejo.server_url }}
status: ${{ job.status }} status: ${{ job.status }}