debug
Some checks failed
mkdocs build / build (push) Successful in 4s
mkdocs build / notification (push) Failing after 2s

This commit is contained in:
Ludovic Cartier 2024-09-03 14:15:56 +02:00
parent e105d3a525
commit 8e7fe2fd3a

View File

@ -37,6 +37,10 @@ jobs:
EOF
)
id: my_payload
- name: debug
run: |
echo "${{ env.PAYLOAD }}"
echo "${{ secrets.WEBHOOK_URL }}"
- name: curl webhook
run: |
curl --connect-timeout 30 --max-time 60 -s -S -X POST --data-urlencode "${{ env.PAYLOAD }}" "${{ secrets.WEBHOOK_URL }}"