We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603c92c commit deeba6eCopy full SHA for deeba6e
.github/workflows/fetch_api_client.yaml
@@ -14,8 +14,12 @@ jobs:
14
steps:
15
- uses: actions/setup-node@v2
16
- uses: actions/checkout@v2
17
- - run: ./scripts/fetch_api.sh
18
- - run: ./scripts/generate.sh
+ - name: Install jq
+ run: sudo apt-get install jq
19
+ - name: Fetch OpenAPI doc
20
+ run: ./scripts/fetch_api.sh
21
+ - name: Generate SDKs
22
+ run: ./scripts/generate.sh
23
- uses: peter-evans/create-pull-request@v3
24
with:
25
title: "Update API client"
0 commit comments