Skip to content

Commit c8ee27d

Browse files
Automatedidan
authored andcommitted
Latest data: Wed Apr 7 08:48:13 UTC 2021
1 parent abc8ba2 commit c8ee27d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

dist/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ async function run() {
7272
}
7373
else {
7474
core.info(`Checking out ${branch}`);
75-
await exec_1.exec('git', ['checkout', branch]);
75+
await exec_1.exec('git', ['checkout', '-t', `origin/${branch}`]);
76+
await exec_1.exec('git', ['pull']);
7677
}
7778
// open the database
7879
const db = await sqlite_1.open({

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)