From 01bc7b8235a5ce13c117ad85f98c1b0f59c6c5da Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Tue, 10 Dec 2024 19:08:07 -0600 Subject: [PATCH] ci: cleanup --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c8bd92e9..1e135d3e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,8 +114,8 @@ jobs: with: rdme: openapi "oas-examples-repo/3.1/json/petstore.json" --key "${{ secrets.RDME_TEST_PROJECT_API_KEY }}" --id=${{ secrets.RDME_TEST_PROJECT_API_SETTING }} - - name: Run `openapi` command with weird arg syntax + - name: E2E run of `openapi validate` on `next` branch uses: readmeio/rdme@next if: ${{ github.ref }} == 'refs/heads/next' with: - rdme: openapi validate "oas-examples-repo/3.1/json/petstore.json" + rdme: openapi validate oas-examples-repo/3.1/json/petstore.json