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 6c0dcb5 commit f422d48Copy full SHA for f422d48
1 file changed
.github/workflows/deploy.yml
@@ -189,7 +189,7 @@ jobs:
189
| awk -v sha="$run_sha" -v site="${{ matrix.site }}" '
190
/^File: / {
191
file_path = $2
192
- print "> File: [" file_path "](https://github.com/originlab/" site "/blob/" sha "/" file_path ")"
+ print "\n> File: [" file_path "](https://github.com/originlab/" site "/blob/" sha "/" file_path ")"
193
next
194
}
195
/^[[:space:]]+Ln [0-9]+,/ {
0 commit comments