From f4d665240db3439096583d06bbb5ba5d9e3cefe3 Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Tue, 20 Sep 2022 20:52:29 -0400 Subject: [PATCH] Filter irrelevant comments --- .github/workflows/sync_asc_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_asc_api.yml b/.github/workflows/sync_asc_api.yml index e1531046..37693f82 100644 --- a/.github/workflows/sync_asc_api.yml +++ b/.github/workflows/sync_asc_api.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 # Grab the latest spec and perform some manual coersion to fix errors. # (see https://github.com/AvdLee/appstoreconnect-swift-sdk/pull/197) - - run: curl -fsSL -o - https://developer.apple.com/sample-code/app-store-connect/app-store-connect-openapi-specification.zip | bsdtar -xOf - | jq '.components.schemas.BundleIdPlatform.enum |= [ "IOS", "MAC_OS", "UNIVERSAL" ]' > Sources/OpenAPI/app_store_connect_api_2.0_openapi.json + - run: curl -fsSL -o - https://developer.apple.com/sample-code/app-store-connect/app-store-connect-openapi-specification.zip | bsdtar -xOf - | jq '.components.schemas.BundleIdPlatform.enum |= [ "IOS", "MAC_OS", "UNIVERSAL" ] | del(.["x-important"])' > Sources/OpenAPI/app_store_connect_api_2.0_openapi.json # If there are any differences, this step will fail # and issue a notification. The api will then need to be