Skip to content

Commit f422d48

Browse files
authored
Add \n
1 parent 6c0dcb5 commit f422d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
| awk -v sha="$run_sha" -v site="${{ matrix.site }}" '
190190
/^File: / {
191191
file_path = $2
192-
print "> File: [" file_path "](https://github.com/originlab/" site "/blob/" sha "/" file_path ")"
192+
print "\n> File: [" file_path "](https://github.com/originlab/" site "/blob/" sha "/" file_path ")"
193193
next
194194
}
195195
/^[[:space:]]+Ln [0-9]+,/ {

0 commit comments

Comments
 (0)