Skip to content

Commit 02c1b04

Browse files
authoredNov 18, 2022
Merge pull request #160 from rajbos/patch-2
Fix markdown setup
2 parents d95b161 + 2a47492 commit 02c1b04

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
 

‎action.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ branding:
66
color: 'green'
77
inputs:
88
use-quiet-mode:
9-
description: 'Use yes to enable markdown-link-check quiet mode which only
10-
list errors.'
9+
description: 'Use yes to enable markdown-link-check quiet mode which only list errors.'
1110
required: true
1211
default: 'no'
1312
use-verbose-mode:
14-
description: 'Use yes to enable markdown-link-check verbose mode which lists
15-
additional details.'
13+
description: 'Use yes to enable markdown-link-check verbose mode which lists additional details.'
1614
required: true
1715
default: 'no'
1816
config-file:
@@ -32,8 +30,7 @@ inputs:
3230
required: true
3331
default: 'no'
3432
base-branch:
35-
description: 'Use this to specify the base branch against which the action
36-
finds the modififed files.'
33+
description: 'Use this to specify the base branch against which the action finds the modififed files.'
3734
required: true
3835
default: 'master'
3936
file-extension:

0 commit comments

Comments
 (0)
Please sign in to comment.