summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linter.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 7951173c2..e1f7fb8fe 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -22,7 +22,7 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: OpenAPI Lint
- uses: xuorig/redocly-cli-lint-action@v0.0.1
+ uses: mattpage/redocly-cli-lint-action@v0.0.1
with:
entrypoints: 'descriptions/**/*.yaml'
config: '.redocly.yml'