Skip to content

Commit a138616

Browse files
Caleb BroseCaleb Brose
Caleb Brose
authored and
Caleb Brose
committed
Bugfixes
1 parent 7d33211 commit a138616

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
@@ -215,7 +215,7 @@ Function AddCustomHeader()
215215
$sourceFileLink = "$repositoryUrl/$($directories -join "/")/$($file.Name)"
216216
$header = $header -replace "{sourceFileLink}", $sourceFileLink
217217

218-
"$header`n`n$content"
218+
@($header, "`n", "`n") + $content
219219
}
220220

221221
Function ProcessWikiDirectory()

0 commit comments

Comments
 (0)