mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 10:54:11 +00:00
Make GitHub status API context congruous
Signed-off-by: Fabio Rapposelli <fabio@vmware.com>
This commit is contained in:
@@ -230,7 +230,7 @@ func (g *Github) Status(u *model.User, r *model.Repo, b *model.Build, link strin
|
||||
status := getStatus(b.Status)
|
||||
desc := getDesc(b.Status)
|
||||
data := github.RepoStatus{
|
||||
Context: github.String("Drone"),
|
||||
Context: github.String("continuous-integration/drone"),
|
||||
State: github.String(status),
|
||||
Description: github.String(desc),
|
||||
TargetURL: github.String(link),
|
||||
|
Reference in New Issue
Block a user