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