We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04f7d6 commit 01419aeCopy full SHA for 01419ae
.github/workflows/sync-openapi-artifacts.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Download Preview CLI spec
39
run: |
40
- curl -fsSL "https://b.stripecdn.com/api-artifacts/assets/openapi/${{ inputs.version }}/public-preview/cli.json" \
+ curl -fsSL "https://b.stripecdn.com/api-artifacts/assets/openapi/${{ inputs.version }}/public_preview/cli.json" \
41
-o ./api/openapi-spec/spec3.cli.preview.json
42
43
- name: Check for changes
0 commit comments