Skip to content

Commit 01419ae

Browse files
authored
Fix typo in CDN path for OpenAPI artifacts (#1431)
1 parent c04f7d6 commit 01419ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-openapi-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Download Preview CLI spec
3939
run: |
40-
curl -fsSL "https://b.stripecdn.com/api-artifacts/assets/openapi/${{ inputs.version }}/public-preview/cli.json" \
40+
curl -fsSL "https://b.stripecdn.com/api-artifacts/assets/openapi/${{ inputs.version }}/public_preview/cli.json" \
4141
-o ./api/openapi-spec/spec3.cli.preview.json
4242
4343
- name: Check for changes

0 commit comments

Comments
 (0)