From 4d0bfa2eb0db0cef20a97bcf915ed0a50cd635f0 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 17 Apr 2026 15:16:23 +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 6c46701..98b549b 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -10,6 +10,7 @@ jobs: if: ${{ always() }} uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2 with: + title: "[START] sample test (${{ forgejo.run_number }})" author: ${{ forgejo.actor }} giturl: ${{ forgejo.server_url }} # status: ${{ job.status }} # optional @@ -21,6 +22,7 @@ jobs: if: ${{ always() }} uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2 with: + title: "[END] sample test (${{ forgejo.run_number }})" author: ${{ forgejo.actor }} giturl: ${{ forgejo.server_url }} status: ${{ job.status }}