Skip to content

Commit b01e56b

Browse files
committed
chore: tweaks > clone-action.ts
bin/utils/clone-action.ts
1 parent 66b2e60 commit b01e56b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/utils/clone-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const cloneAction = async (
2525
await spawn("git", ["config", "--global", "core.longpaths", "true"])
2626
}
2727

28-
const repoUrl = `https://${config.token ? config.token + "@" : ""}github.com/${config.owner}/${config.repository}.git`
28+
const repoUrl = `https://${config.token ? config.token + "@" : config.token}github.com/${config.owner}/${config.repository}.git`
2929
const tempDir = path.resolve(
3030
os.tmpdir(),
3131
`${config.repository}-${Date.now()}${Math.random().toString(16).slice(2, 6)}`,

0 commit comments

Comments
 (0)