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 ef5446f commit a14c9caCopy full SHA for a14c9ca
.github/workflows/release-IPA-metrics.yml
@@ -35,7 +35,7 @@ jobs:
35
sparse-checkout: $OAS_FILE
36
path: dev-oas
37
38
- - name: Validate paths
+ - name: Validate OAS file
39
run: |
40
if [ ! -f "dev-oas/$OAS_FILE" ]; then
41
echo "::error::OAS file not found in $OAS_BRANCH branch"
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Run Metric Collection Job
55
working-directory: $IPA_PATH/metrics/scripts
56
- run: node runMetricCollection.js $DEV_OAS_PATH/openapi/v2.json
+ run: node runMetricCollection.js "$DEV_OAS_PATH/openapi/v2.json"
57
58
- name: Dump Metric Collection Job Data to S3
59
env:
0 commit comments