fix: enable verbose curl output for ntfy debugging

This commit is contained in:
2026-03-09 23:41:46 -06:00
parent 9fe3bc43d0
commit e733e7b092
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
env: env:
NTFY_URL: ${{ secrets.NTFY_URL }} NTFY_URL: ${{ secrets.NTFY_URL }}
run: | run: |
curl -s -o /dev/null \ curl -v \
-H "Title: kiosk-guestbook image pushed to Docker Hub" \ -H "Title: kiosk-guestbook image pushed to Docker Hub" \
-H "Tags: white_check_mark" \ -H "Tags: white_check_mark" \
-d "The kiosk-guestbook container has been pushed to Docker Hub and is ready to pull. Commit: ${{ github.sha }} — ${{ github.event.head_commit.message }}" \ -d "The kiosk-guestbook container has been pushed to Docker Hub and is ready to pull. Commit: ${{ github.sha }} — ${{ github.event.head_commit.message }}" \