Skip to content

Commit

Permalink
cloud_check测试
Browse files Browse the repository at this point in the history
  • Loading branch information
yzn01714396 committed Jul 10, 2023
1 parent d6e5a6a commit 687dd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: getToken
id: myRequest
id: getToken
uses: fjogeleit/http-request-action@v1 #任务
with:
url: 'https://tcloudrunconsole.openapi.cloudrun.cloudbaseapp.cn/v2/login/serviceaccount'
Expand All @@ -22,7 +22,7 @@ jobs:
echo ${{fromJson(steps.getToken.outputs.response).data.access_token}}
- name: triggerFlow
id: myRequest
id: triggerFlow
uses: fjogeleit/http-request-action@v1 #任务
with:
url: 'https://tdevstudio.openapi.cloudrun.cloudbaseapp.cn/webapi/v1/space/600087/project/5000012/pipeline/execute?projectId=293&spaceId=600087'
Expand Down

0 comments on commit 687dd04

Please sign in to comment.