mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -27314,7 +27314,7 @@ async function run(retries = 3) {
|
||||
await import_exec.default.exec("git", ["status"]);
|
||||
await import_exec.default.exec("git", ["log", "--oneline"]);
|
||||
await import_exec.default.exec("git", ["commit", "--amend", "-m", "NEW_DAT_MSG"]);
|
||||
await import_exec.default.exec("git", ["push", "origin/master", "--force"]);
|
||||
await import_exec.default.exec("git", ["push", "--force"]);
|
||||
try {
|
||||
if (import_github.default.context.eventName === "pull_request") {
|
||||
const baseBranch = import_github.default.context.payload.pull_request?.base.ref;
|
||||
|
||||
@@ -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