Files
check-html-links-action/action.yml
Julien Lengrand-Lambert 2ce31d6710 Creates dummy repository
2021-01-20 16:05:04 +01:00

15 lines
396 B
YAML

name: 'Check HTML Links action'
description: 'A simple way to check for dead links in the documentation of your repository'
inputs:
who-to-greet: # id of input
description: 'Who to greet'
required: true
default: 'World'
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.who-to-greet }}