Fix cloning repo log

This commit is contained in:
CrazyMax 2020-07-19 18:41:15 +02:00
parent dc8a6933d3
commit fa6d1f62b3
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 5 additions and 1 deletions

View File

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

2
dist/index.js generated vendored
View File

@ -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 {