From 16ed1c3f1f0d9a1f370ef0be1405337355d586f2 Mon Sep 17 00:00:00 2001 From: Tjitse Date: Tue, 24 May 2022 11:40:31 +0200 Subject: [PATCH] fix: update dist for release 1.0.1 (#36) --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: