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 6889047 commit 586c576Copy full SHA for 586c576
.github/workflows/release-IPA-metrics.yml
@@ -11,7 +11,7 @@ permissions:
11
env:
12
NODE_VERSION: '20.x'
13
OAS_BRANCH: 'dev'
14
- OAS_FILE: 'openapi/v2.json'
+ OAS_FILE: 'v2.json'
15
16
jobs:
17
# Generates and uploads the IPA validation metrics to S3
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
24
with:
25
ref: ${{ env.OAS_BRANCH }}
26
- sparse-checkout: ${{ env.OAS_FILE }}
+ sparse-checkout: openapi/${{ env.OAS_FILE }}
27
path: dev-oas
28
29
- name: Upload OAS file
0 commit comments