diff --git a/CHANGELOG.md b/CHANGELOG.md index 4204ad25964..9217890115a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.1 (2020/07/19) + +* Fix cloning repo log + ## 2.1.0 (2020/06/25) * Add jekyll input option (#116) diff --git a/dist/index.js b/dist/index.js index 795bccd8717..ca625429beb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1827,7 +1827,7 @@ function run() { core.debug(`currentdir=${currentdir}`); process.chdir(tmpdir); if (keepHistory && remoteBranchExists) { - core.info('🌀 Cloning ${repo}'); + core.info(`🌀 Cloning ${repo}`); yield git.clone(remoteURL, targetBranch, '.'); } else {