Skip to content

Commit a72f045

Browse files
Fix
1 parent 10e8c18 commit a72f045

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ jobs:
2020
name: Release IPA Validation Metrics
2121
runs-on: ubuntu-latest
2222
steps:
23-
- name: Checkout repository (scripts)
24-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25-
with:
26-
sparse-checkout:
27-
tools/spectral/ipa
28-
package.json
29-
package-lock.json
30-
3123
- name: Checkout repository (dev branch)
3224
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3325
with:
3426
ref: ${{ env.OAS_BRANCH }}
3527
sparse-checkout: ${{ env.OAS_FILE }}
3628
path: dev-oas
3729

30+
- name: Checkout repository (scripts)
31+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
32+
with:
33+
sparse-checkout:
34+
tools/spectral/ipa
35+
package.json
36+
package-lock.json
37+
3838
- name: Validate OAS file
3939
run: |
4040
if [ ! -f "dev-oas/${{ env.OAS_FILE }}" ]; then

0 commit comments

Comments
 (0)