mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -199,7 +199,7 @@ async function run(retries = 3) {
|
||||
|
||||
await exec.exec('git', ['commit', '--amend', '-m', 'NEW_DAT_MSG']);
|
||||
|
||||
await exec.exec('git', ['push', 'origin/master', '--force']);
|
||||
await exec.exec('git', ['push', '--force']);
|
||||
|
||||
try {
|
||||
if (github.context.eventName === 'pull_request') {
|
||||
|
||||
Reference in New Issue
Block a user