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 b7d90c1 commit ecddd1eCopy full SHA for ecddd1e
1 file changed
.github/workflows/gen-client.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
curl --fail-with-body --silent --show-error --location \
37
-H "Authorization: token ${GH_TOKEN}" \
38
- https://raw.githubusercontent.com/cloudquery/platform/main/platform/api/servergen/spec.json \
+ https://raw.githubusercontent.com/cloudquery/platform/main/api/servergen/spec.json \
39
-o spec.json
40
41
- name: Validate spec
0 commit comments