Skip to content

Commit 54a5c8c

Browse files
committed
oh
1 parent 708da66 commit 54a5c8c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

actions/diff-validate/action.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: 'Validate Redirect Rules'
22
description: 'Validates consistency of the documentation changes in relation to redirect rules'
33

44
runs:
5-
using: "composite"
6-
steps:
7-
- name: Validate Redirect Rules
8-
uses: elastic/docs-builder@main
9-
with:
10-
command: "diff validate"
5+
using: 'docker'
6+
image: "docker://ghcr.io/elastic/docs-builder:edge"
7+
args:
8+
- "diff"
9+
- "validate"

0 commit comments

Comments
 (0)