update workflow

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-10-03 00:37:30 +03:00
parent d60bab3e7b
commit 997ce8945f
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ func giteaPullRequest(ctx context.Context, cfg *Config, branch string, mods map[
// RemoteURL : // RemoteURL :
Force: true, Force: true,
RemoteName: "origin", RemoteName: "origin",
}); err != nil { }); err != nil && err != git.NoErrAlreadyUpToDate {
logger.Fatalf(ctx, "failed to pull repo: %v", err) logger.Fatalf(ctx, "failed to pull repo: %v", err)
} }