fix Cloning repo log error (#118)

This commit is contained in:
Monkey Juice 2020-07-20 00:29:36 +08:00 committed by GitHub
parent 513a586b39
commit dc8a6933d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`);