Skip to content

Commit 0b9c103

Browse files
Fix
1 parent dde628a commit 0b9c103

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Checkout repository (scripts)
2424
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2525
with:
26-
ref: 'main'
2726
sparse-checkout:
2827
tools/spectral/ipa
2928
package.json
@@ -53,7 +52,7 @@ jobs:
5352
run: npm install
5453

5554
- name: Run Metric Collection Job
56-
working-directory: tools/spectral
55+
working-directory: tools/spectral/ipa
5756
run: ls -la
5857
# node runMetricCollection.js "${{ env.DEV_OAS_PATH }}/openapi/v2.json"
5958

0 commit comments

Comments
 (0)