Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Commit a9f24b7

Browse files
author
Grayson Hay
committed
Prepend https://github.com on the repo name
1 parent d42bdcf commit a9f24b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async function runCodeseeMapUpload(config, origin) {
6868
"--type",
6969
"map",
7070
"--repo",
71-
origin,
71+
`https://github.com/origin`,
7272
"-a",
7373
config.apiToken,
7474
"codesee.map.json",

0 commit comments

Comments
 (0)