From 997ce8945f548e0a6fdd831303520dbc9652c0c4 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Tue, 3 Oct 2023 00:37:30 +0300 Subject: [PATCH] update workflow Signed-off-by: Vasiliy Tolstov --- cmd/pkgdashcli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pkgdashcli/main.go b/cmd/pkgdashcli/main.go index b716bc8..2b68832 100644 --- a/cmd/pkgdashcli/main.go +++ b/cmd/pkgdashcli/main.go @@ -293,7 +293,7 @@ func giteaPullRequest(ctx context.Context, cfg *Config, branch string, mods map[ // RemoteURL : Force: true, RemoteName: "origin", - }); err != nil { + }); err != nil && err != git.NoErrAlreadyUpToDate { logger.Fatalf(ctx, "failed to pull repo: %v", err) }