diff --git a/dist/index.js b/dist/index.js index 7ddba2d..32510a7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8010,7 +8010,7 @@ async function createBranch(branchName, git) { } async function clone(token, remote, dir, git) { - core.info(`Cloning ${remote}.`); + core.info(`Cloning ${remote}`); const remoteWithToken = getAuthanticatedUrl(token, remote); await git.clone(remoteWithToken, dir, {'--depth': 1}); await git.addRemote(REMOTE, remoteWithToken); @@ -8040,6 +8040,7 @@ async function areFilesChanged(git) { } + /***/ }), /***/ 377: