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 d438ed6 commit 309350bCopy full SHA for 309350b
actions/validate-inbound-local/action.yml
@@ -1,12 +1,10 @@
1
name: 'Validate Inbound Links'
2
description: 'Validates all published cross links from all known repositories against local links.json'
3
4
-inputs:
5
- command:
6
- description: 'The assembler command to run'
7
- required: false
8
- default: "link validate-inbound-local"
9
-
10
runs:
11
- using: 'docker'
12
- image: "docker://ghcr.io/elastic/docs-assembler:edge"
+ using: "composite"
+ steps:
+ - name: Validate Inbound Links
+ uses: elastic/docs-builder/actions/assembler@main
+ with:
+ command: "link validate-inbound-local"
0 commit comments