From 99a650853cac598d19367c6e7f824b51443d2f15 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Fri, 6 Dec 2024 16:10:59 -0600 Subject: [PATCH] try this --- .github/workflows/validate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d375999..41d035f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -19,22 +19,22 @@ jobs: - uses: actions/checkout@v3 name: Check out repository # the `name` field is optional for steps - - uses: readmeio/rdme@v8 + - uses: readmeio/rdme@v9 name: Validate 2.0 (json) with: # See our `rdme` docs for more GitHub Actions usage examples: # https://docs.readme.com/docs/rdme rdme: openapi:validate 2.0/json/petstore.json - - uses: readmeio/rdme@v8 + - uses: readmeio/rdme@kanad-test-git-ref-do-not-use name: Validate 2.0 (yaml) with: rdme: openapi:validate 2.0/yaml/petstore.yaml - - uses: readmeio/rdme@v8 + - uses: readmeio/rdme@v9 name: Validate 3.0 (json) with: - rdme: openapi:validate 3.0/json/petstore.json + rdme: openapi validate 3.0/json/petstore.json - uses: readmeio/rdme@v8 name: Validate 3.0 (yaml)