Skip to content

Commit

Permalink
fix: update dist for release 1.0.1 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjitse-E authored May 24, 2022
1 parent af15525 commit 16ed1c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -8040,6 +8040,7 @@ async function areFilesChanged(git) {
}



/***/ }),

/***/ 377:
Expand Down

0 comments on commit 16ed1c3

Please sign in to comment.