mirror of https://github.com/certd/certd
chore:
parent
11def7e42a
commit
34300a19a6
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- uses: GuillaumeFalourd/wait-sleep-action@v1
|
- uses: GuillaumeFalourd/wait-sleep-action@v1
|
||||||
with:
|
with:
|
||||||
time: '10' # for 60 seconds
|
time: '10' # for 60 seconds
|
||||||
- name: Send HTTP request
|
- name: deploy-certd-demo
|
||||||
id: request
|
id: request
|
||||||
uses: tyrrrz/action-http-request@master
|
uses: tyrrrz/action-http-request@master
|
||||||
with:
|
with:
|
||||||
|
@ -52,4 +52,13 @@ jobs:
|
||||||
retry-count: 3
|
retry-count: 3
|
||||||
retry-delay: 5000
|
retry-delay: 5000
|
||||||
|
|
||||||
|
- name: deploy-certd-doc
|
||||||
|
id: request
|
||||||
|
uses: tyrrrz/action-http-request@master
|
||||||
|
with:
|
||||||
|
url: http://flow-openapi.aliyun.com/pipeline/webhook/IiSxLDp9aOhgDUxJPytv
|
||||||
|
method: POST
|
||||||
|
headers: |
|
||||||
|
Content-Type: application/json
|
||||||
|
retry-count: 3
|
||||||
|
retry-delay: 5000
|
||||||
|
|
Loading…
Reference in New Issue