Skip to content

Commit ee0ee0c

Browse files
committed
missing /
1 parent d4263d0 commit ee0ee0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@ 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 "File: [" file_path "](https://github.com/originlab/" site "/blob/" sha "/" file_path ")"
193193
next
194194
}
195195
/^[[:space:]]+Ln [0-9]+,/ {
196196
match($0, /Ln [0-9]+/)
197197
line_num = substr($0, RSTART + 3, RLENGTH - 3)
198-
print "\t[Ln " line_num ", " substr($0, index($0, "Col")) "](https://github.com/originlab" site "/blob/" sha "/" file_path "#L" line_num ")"
198+
print "\t[Ln " line_num ", " substr($0, index($0, "Col")) "](https://github.com/originlab/" site "/blob/" sha "/" file_path "#L" line_num ")"
199199
next
200200
}
201201
{ print }

0 commit comments

Comments
 (0)