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