typo
This commit is contained in:
parent
56128f2d3f
commit
e105d3a525
@ -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 }}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user