Fix cloning repo log
This commit is contained in:
parent
dc8a6933d3
commit
fa6d1f62b3
|
@ -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
2
dist/index.js
generated
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user