Skip to content

Commit

Permalink
Merge pull request #160 from rajbos/patch-2
Browse files Browse the repository at this point in the history
Fix markdown setup
  • Loading branch information
gaurav-nelson committed Nov 18, 2022
2 parents d95b161 + 2a47492 commit 02c1b04
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ branding:
color: 'green'
inputs:
use-quiet-mode:
description: 'Use yes to enable markdown-link-check quiet mode which only
list errors.'
description: 'Use yes to enable markdown-link-check quiet mode which only list errors.'
required: true
default: 'no'
use-verbose-mode:
description: 'Use yes to enable markdown-link-check verbose mode which lists
additional details.'
description: 'Use yes to enable markdown-link-check verbose mode which lists additional details.'
required: true
default: 'no'
config-file:
Expand All @@ -32,8 +30,7 @@ inputs:
required: true
default: 'no'
base-branch:
description: 'Use this to specify the base branch against which the action
finds the modififed files.'
description: 'Use this to specify the base branch against which the action finds the modififed files.'
required: true
default: 'master'
file-extension:
Expand Down

0 comments on commit 02c1b04

Please sign in to comment.