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 7889427 commit 7d33211Copy full SHA for 7d33211
action.ps1
@@ -96,7 +96,7 @@ Function ProcessSourceFile()
96
97
if ($customWikiFileHeaderFormat)
98
{
99
- $content = AddCustomHeader $content
+ $content = AddCustomHeader $content $file $directories
100
}
101
102
$outputPath = $wikiRepoPath + "/" + $outputFileName
@@ -208,7 +208,7 @@ Function UpdateFileLinks()
208
Function AddCustomHeader()
209
210
[cmdletbinding()]
211
- param([string]$content, $file, [string[]]$directories)
+ param($content, $file, [string[]]$directories)
212
213
$header = $customWikiFileHeaderFormat
214
0 commit comments