Skip to content

Commit 309350b

Browse files
committed
revert changes to github actions it pulls the right image
1 parent d438ed6 commit 309350b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: 'Validate Inbound Links'
22
description: 'Validates all published cross links from all known repositories against local links.json'
33

4-
inputs:
5-
command:
6-
description: 'The assembler command to run'
7-
required: false
8-
default: "link validate-inbound-local"
9-
104
runs:
11-
using: 'docker'
12-
image: "docker://ghcr.io/elastic/docs-assembler:edge"
5+
using: "composite"
6+
steps:
7+
- name: Validate Inbound Links
8+
uses: elastic/docs-builder/actions/assembler@main
9+
with:
10+
command: "link validate-inbound-local"

0 commit comments

Comments
 (0)