diff --git a/.github/workflows/gotestnbuild.yml b/.github/workflows/gotestnbuild.yml index 017e89b..f924495 100644 --- a/.github/workflows/gotestnbuild.yml +++ b/.github/workflows/gotestnbuild.yml @@ -28,7 +28,7 @@ jobs: run: | curl \ -u ${{ secrets.NTFY_CRED }} \ - -H "Title: Github barfuss.email" \ + -H "Title: Github ${{ env.IMAGE_NAME }}" \ -H "Content-Type: text/plain" \ -d $'Repo: ${{ github.repository }}\nCommit: ${{ github.sha }} - ${{ github.event.head_commit.message }}\nRef: ${{ github.ref }}\nStatus: ${{ job.status}}' \ ${{ secrets.NTFY_URL }}