Skip to content

Commit a14c9ca

Browse files
address the comments
1 parent ef5446f commit a14c9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sparse-checkout: $OAS_FILE
3636
path: dev-oas
3737

38-
- name: Validate paths
38+
- name: Validate OAS file
3939
run: |
4040
if [ ! -f "dev-oas/$OAS_FILE" ]; then
4141
echo "::error::OAS file not found in $OAS_BRANCH branch"
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Run Metric Collection Job
5555
working-directory: $IPA_PATH/metrics/scripts
56-
run: node runMetricCollection.js $DEV_OAS_PATH/openapi/v2.json
56+
run: node runMetricCollection.js "$DEV_OAS_PATH/openapi/v2.json"
5757

5858
- name: Dump Metric Collection Job Data to S3
5959
env:

0 commit comments

Comments
 (0)