Skip to content

Commit f53eaea

Browse files
curl fix in IPA metrics workflow
1 parent c854575 commit f53eaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm install
3434

3535
- name: Fetch OAS file from Dev Branch
36-
run: curl -L "https://raw.githubusercontent.com/mongodb/openapi/refs/heads/dev/openapi/v2.json"
36+
run: curl -O "https://raw.githubusercontent.com/mongodb/openapi/refs/heads/dev/openapi/v2.json"
3737
working-directory: ${{ github.workspace }}
3838

3939
- name: Run Metric Collection Job

0 commit comments

Comments
 (0)