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 95ec6d4 commit 07a9517Copy full SHA for 07a9517
.github/workflows/gen-client.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Get Specs File
16
run: |
17
- curl -H "Authorization: token ${{ secrets.GH_CQ_BOT }}" https://raw.githubusercontent.com/cloudquery/cloud/main/internal/servergen/spec.json -o spec.json
+ curl -H "Authorization: token ${{ secrets.GH_CQ_BOT }}" https://raw.githubusercontent.com/cloudquery/cloud/main/cloud/internal/servergen/spec.json -o spec.json
18
19
- name: Format Specs File
20
0 commit comments