diff --git a/src/main.ts b/src/main.ts index 73f9c96..e8fe012 100644 --- a/src/main.ts +++ b/src/main.ts @@ -48,7 +48,7 @@ async function run() { process.chdir(tmpdir); if (keepHistory && remoteBranchExists) { - core.info('🌀 Cloning ${repo}'); + core.info(`🌀 Cloning ${repo}`); await git.clone(remoteURL, targetBranch, '.'); } else { core.info(`✨ Initializing local git repo`);