We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d891e commit f49369bCopy full SHA for f49369b
1 file changed
src/main.ts
@@ -83,7 +83,7 @@ async function run(): Promise<void> {
83
break
84
} catch (error) {
85
core.info('Retrying because of conflicts...')
86
- await exec('git', ['reset', '--hard', 'HEAD'])
+ await exec('git', ['reset', '--hard', 'HEAD^'])
87
await exec('git', ['pull'])
88
}
89
0 commit comments