mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -27309,6 +27309,8 @@ async function run(retries = 3) {
|
||||
`${process.env.GITHUB_ACTOR}@users.noreply.github.com`
|
||||
]);
|
||||
await import_exec.default.exec("git", ["config", "user.name", process.env.GITHUB_ACTOR]);
|
||||
await import_exec.default.exec("git", ["fetch", "--all"]);
|
||||
await import_exec.default.exec("git", ["pull"]);
|
||||
await import_exec.default.exec("git", ["status"]);
|
||||
await import_exec.default.exec("git", ["log", "--oneline"]);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user