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 1abae52 commit 27e026cCopy full SHA for 27e026c
.github/workflows/preview-build.yml
@@ -324,7 +324,7 @@ jobs:
324
)
325
326
327
- uses: elastic/docs-builder/actions/diff-validate@main
+ uses: elastic/docs-builder/actions/diff-validate@fix/diff-validate-ci-double-check
328
329
# we run our artifact directly, please use the prebuild
330
# elastic/docs-builder@main GitHub Action for all other repositories!
actions/diff-validate/action.yml
@@ -5,6 +5,6 @@ runs:
5
using: "composite"
6
steps:
7
- name: Validate Redirect Rules
8
- uses: elastic/docs-builder@main
+ uses: elastic/docs-builder@fix/diff-validate-ci-double-check
9
with:
10
command: "diff validate"
0 commit comments