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 7d33211 commit a138616Copy full SHA for a138616
action.ps1
@@ -215,7 +215,7 @@ Function AddCustomHeader()
215
$sourceFileLink = "$repositoryUrl/$($directories -join "/")/$($file.Name)"
216
$header = $header -replace "{sourceFileLink}", $sourceFileLink
217
218
- "$header`n`n$content"
+ @($header, "`n", "`n") + $content
219
}
220
221
Function ProcessWikiDirectory()
0 commit comments