Skip to content

Commit

Permalink
fix: name of redocly step
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored Sep 13, 2024
1 parent ba61bf9 commit 54904c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/metadata-parser-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ./scripts/run-metadata-validation.ps1 -repoDirectory "${{ github.workspace }}" -version "${{ matrix.version }}" -platformName "${{ matrix.settings }}"
shell: pwsh

- name: Redocly CLI Test
- name: Validate description with redocly
uses: fluximus-prime/redocly-cli-github-action@v1
continue-on-error: true # temporary workaround since our descriptions are invalid at the moment
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi-parser-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ./scripts/run-openapi-validation.ps1 -repoDirectory "${{ github.workspace }}" -version "${{ matrix.version }}" -platformName "${{ matrix.settings }}"
shell: pwsh

- name: Redocly CLI Test
- name: Validate description with redocly
uses: fluximus-prime/redocly-cli-github-action@v1
continue-on-error: true # temporary workaround since our descriptions are invalid at the moment
with:
Expand Down

0 comments on commit 54904c8

Please sign in to comment.