fix: pipeline errors

pull/639/head
Tim Riedl 2 months ago
parent 12bed27f29
commit 1a25e68713

@ -258,7 +258,7 @@ func GetLoginByEnvVar() *config.Login {
serverURL, err := utils.ValidateAuthenticationMethod(giteaInstanceUrl, token, "", "", false, "", "")
if err != nil {
fmt.Errorf("%v", err)
_ = fmt.Errorf("%v", err)
}
login := &config.Login{

@ -1,3 +1,6 @@
// Copyright 2020 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package utils
import (

Loading…
Cancel
Save