From 0589466aa77a917ad074c130612617cb911445aa Mon Sep 17 00:00:00 2001 From: Jan <45685070+LeRoid-hub@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:50:36 +0200 Subject: [PATCH] Update gotestnbuild.yml --- .github/workflows/gotestnbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}