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