From 34300a19a6e4db485f6b08eca11400a7471c6fef Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 26 Oct 2024 20:30:25 +0800 Subject: [PATCH] chore: --- .github/workflows/deploy-demo.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 9291f5d4..c34207b9 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -37,7 +37,7 @@ jobs: - uses: GuillaumeFalourd/wait-sleep-action@v1 with: time: '10' # for 60 seconds - - name: Send HTTP request + - name: deploy-certd-demo id: request uses: tyrrrz/action-http-request@master with: @@ -52,4 +52,13 @@ jobs: retry-count: 3 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