Skip to content

Commit f63d4fd

Browse files
Caleb BroseCaleb Brose
Caleb Brose
authored and
Caleb Brose
committed
Fix param name
1 parent d37110d commit f63d4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Import-Module GitHubActions
1111

1212
$githubToken = Get-ActionInput githubToken -Required
1313
$defaultBranch = Get-ActionInput defaultBranch
14-
$rootDocsFolder = Get-ActionInput root
14+
$rootDocsFolder = Get-ActionInput rootDocsFolder
1515
$convertRootReadmeToHomePage = Get-ActionInput convertRootReadmeToHomePage
1616
$useHeaderForWikiName = Get-ActionInput useHeaderForWikiName
1717

0 commit comments

Comments
 (0)