From a2bef0d808f8e95801818f2c5e817c038e3950f3 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Thu, 12 Dec 2024 14:29:56 -0600 Subject: [PATCH] fix: lmao --- .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 137cb3eb..3de38d49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,8 +115,8 @@ jobs: - name: Run `openapi` command uses: ./rdme-repo/ with: - rdme: openapi oas-examples-repo/3.1/json/petstore.json --key=${{ secrets.RDME_REFACTORED_TEST_PROJECT_API_KEY }} + rdme: openapi upload oas-examples-repo/3.1/json/petstore.json --key=${{ secrets.RDME_REFACTORED_TEST_PROJECT_API_KEY }} - name: Run `openapi` command with weird arg syntax uses: ./rdme-repo/ with: - rdme: openapi "oas-examples-repo/3.1/json/petstore.json" --key "${{ secrets.RDME_REFACTORED_TEST_PROJECT_API_KEY }}" + rdme: openapi upload "oas-examples-repo/3.1/json/petstore.json" --key "${{ secrets.RDME_REFACTORED_TEST_PROJECT_API_KEY }}"