From a68e80c2f74e0873c340a0fce85f4eeabf40f38a Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Tue, 18 Mar 2025 09:53:01 +0000 Subject: [PATCH] update gh action to use new raw spec --- .github/workflows/api-versions-reminder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-versions-reminder.yml b/.github/workflows/api-versions-reminder.yml index c68a369a9d..783781e431 100644 --- a/.github/workflows/api-versions-reminder.yml +++ b/.github/workflows/api-versions-reminder.yml @@ -31,7 +31,7 @@ jobs: - name: Retrieve Sunset APIs id: retrieve-sunset-apis env: - openapi_spec_url: "https://raw.githubusercontent.com/mongodb/openapi/refs/heads/dev/openapi/v2.json" + openapi_spec_url: "https://raw.githubusercontent.com/mongodb/openapi/refs/heads/dev/openapi/.raw/v2.json" run: | three_months_date=""