Skip to content

Commit e0983ca

Browse files
committed
fix nits of value name
Signed-off-by: Yanxuan Liu <[email protected]>
1 parent 33c3c68 commit e0983ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown-link-check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
use-quiet-mode: ${{ inputs.use-quiet-mode }}
5858
use-verbose-mode: ${{ inputs.use-verbose-mode }}
5959
config-file: ${{ inputs.config-file }}
60-
folder: ${{ inputs.folder-path }}
60+
folder-path: ${{ inputs.folder-path }}
6161
max-depth: ${{ inputs.max-depth }}
6262
check-modified-files-only: ${{ inputs.check-modified-files-only }}
6363
base-branch: ${{ inputs.base-branch }}

0 commit comments

Comments
 (0)