Skip to content

Commit 27e026c

Browse files
committed
testing
1 parent 1abae52 commit 27e026c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
)
325325
)
326326
)
327-
uses: elastic/docs-builder/actions/diff-validate@main
327+
uses: elastic/docs-builder/actions/diff-validate@fix/diff-validate-ci-double-check
328328

329329
# we run our artifact directly, please use the prebuild
330330
# elastic/docs-builder@main GitHub Action for all other repositories!

actions/diff-validate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ runs:
55
using: "composite"
66
steps:
77
- name: Validate Redirect Rules
8-
uses: elastic/docs-builder@main
8+
uses: elastic/docs-builder@fix/diff-validate-ci-double-check
99
with:
1010
command: "diff validate"

0 commit comments

Comments
 (0)