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

This commit is contained in:
Ludovic Cartier 2024-09-03 11:04:30 +02:00
parent 56128f2d3f
commit e105d3a525

View File

@ -27,7 +27,7 @@ jobs:
needs: build needs: build
steps: steps:
- name: create payload var - name: create payload var
runs: | run: |
PAYLOAD=$(cat << EOF PAYLOAD=$(cat << EOF
payload={ payload={
\"username\": \"gitea-bot\", \"username\": \"gitea-bot\",
@ -38,6 +38,6 @@ jobs:
) )
id: my_payload id: my_payload
- name: curl webhook - name: curl webhook
runs: | run: |
curl --connect-timeout 30 --max-time 60 -s -S -X POST --data-urlencode "${{ env.PAYLOAD }}" "${{ secrets.WEBHOOK_URL }}" curl --connect-timeout 30 --max-time 60 -s -S -X POST --data-urlencode "${{ env.PAYLOAD }}" "${{ secrets.WEBHOOK_URL }}"