From 0d87eab437d18121e9a0b5d1c0e3ec65fdcfd520 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Fri, 3 Mar 2023 18:13:54 -0600 Subject: [PATCH] chore: try something quick --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c1ea763a..bd5082277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Run `openapi:validate` command uses: ./rdme-repo/ with: - rdme: openapi:validate oas-examples-repo/3.1/json/petstore.json + rdme: validate oas-examples-repo/3.1/json/petstore.json # Docs: https://rdme-test.readme.io - name: Run `openapi` command