Skip to content

Commit

Permalink
Fix typo on version
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Dec 15, 2022
1 parent f683a75 commit 25ad93c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: 'MarkdownLint mdl Action'
author: 'Jason Field'
description: 'Run mdl on your markdown files with ease'
name: "MarkdownLint mdl Action"
author: "Jason Field"
description: "Run mdl on your markdown files with ease"
inputs:
path:
description: 'Path to scan for markdown files within the directory (and nested directories), note: cannot be used with filesToIgnore input'
description: "Path to scan for markdown files within the directory (and nested directories), note: cannot be used with filesToIgnore input"
required: false
default: './'
default: "./"
filesToIgnoreRegex:
description: 'A regex of files you do not want scanned, note: cannot be used with path input'
description: "A regex of files you do not want scanned, note: cannot be used with path input"
required: false
outputs:
output: # id of output
description: 'stdout from mdl'
description: "stdout from mdl"
runs:
using: 'docker'
image: docker://ghcr.io/actionshub/markdownlint:2.1.0
using: "docker"
image: docker://ghcr.io/actionshub/markdownlint:v2.1.0

0 comments on commit 25ad93c

Please sign in to comment.