mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
implements Stringer for store and remotes
This commit is contained in:
@@ -470,6 +470,10 @@ func (g *Github) deployment(r *http.Request) (*model.Repo, *model.Build, error)
|
||||
return repo, build, nil
|
||||
}
|
||||
|
||||
func (g *Github) String() string {
|
||||
return "github"
|
||||
}
|
||||
|
||||
const (
|
||||
StatusPending = "pending"
|
||||
StatusSuccess = "success"
|
||||
|
||||
Reference in New Issue
Block a user