We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c7fb6 commit 697c5e1Copy full SHA for 697c5e1
.github/workflows/vale-linting.yml
@@ -19,4 +19,4 @@ jobs:
19
fetch-depth: 0
20
21
- name: Run Vale Linter
22
- uses: elastic/vale-rules/action-lint.yml@main
+ uses: elastic/vale-rules/lint@main
.github/workflows/vale-reporting.yml
@@ -18,6 +18,6 @@ jobs:
18
steps:
- name: Post Vale Results
- uses: elastic/vale-rules/action-report.yml@main
+ uses: elastic/vale-rules/report@main
with:
23
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments