Skip to content

Commit 8fb551b

Browse files
author
Automated Build
committed
npm run dist
1 parent f49369b commit 8fb551b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function run() {
105105
}
106106
catch (error) {
107107
core.info('Retrying because of conflicts...');
108-
await exec_1.exec('git', ['reset', '--hard', 'HEAD']);
108+
await exec_1.exec('git', ['reset', '--hard', 'HEAD^']);
109109
await exec_1.exec('git', ['pull']);
110110
}
111111
}

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)