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