fix Cloning repo log error (#118)
This commit is contained in:
parent
513a586b39
commit
dc8a6933d3
|
@ -48,7 +48,7 @@ async function run() {
|
||||||
process.chdir(tmpdir);
|
process.chdir(tmpdir);
|
||||||
|
|
||||||
if (keepHistory && remoteBranchExists) {
|
if (keepHistory && remoteBranchExists) {
|
||||||
core.info('🌀 Cloning ${repo}');
|
core.info(`🌀 Cloning ${repo}`);
|
||||||
await git.clone(remoteURL, targetBranch, '.');
|
await git.clone(remoteURL, targetBranch, '.');
|
||||||
} else {
|
} else {
|
||||||
core.info(`✨ Initializing local git repo`);
|
core.info(`✨ Initializing local git repo`);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user