We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37110d commit f63d4fdCopy full SHA for f63d4fd
action.ps1
@@ -11,7 +11,7 @@ Import-Module GitHubActions
11
12
$githubToken = Get-ActionInput githubToken -Required
13
$defaultBranch = Get-ActionInput defaultBranch
14
-$rootDocsFolder = Get-ActionInput root
+$rootDocsFolder = Get-ActionInput rootDocsFolder
15
$convertRootReadmeToHomePage = Get-ActionInput convertRootReadmeToHomePage
16
$useHeaderForWikiName = Get-ActionInput useHeaderForWikiName
17
0 commit comments