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 c854575 commit f53eaeaCopy full SHA for f53eaea
.github/workflows/release-IPA-metrics.yml
@@ -33,7 +33,7 @@ jobs:
33
run: npm install
34
35
- name: Fetch OAS file from Dev Branch
36
- run: curl -L "https://raw.githubusercontent.com/mongodb/openapi/refs/heads/dev/openapi/v2.json"
+ run: curl -O "https://raw.githubusercontent.com/mongodb/openapi/refs/heads/dev/openapi/v2.json"
37
working-directory: ${{ github.workspace }}
38
39
- name: Run Metric Collection Job
0 commit comments