Update gotestnbuild.yml

This commit is contained in:
Jan 2024-09-20 17:50:36 +02:00 committed by GitHub
parent 4e8d98aa13
commit 0589466aa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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