mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-06 14:42:25 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
0ea85662c0
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ func (c *client) Status(ctx context.Context, u *model.User, repo *model.Repo, pi
|
|||
URL: common.GetPipelineStatusURL(repo, pipeline, workflow),
|
||||
Key: common.GetPipelineStatusContext(repo, pipeline, workflow),
|
||||
Description: common.GetPipelineStatusDescription(pipeline.Status),
|
||||
Ref: pipeline.Ref,
|
||||
}
|
||||
_, err = bc.Projects.CreateBuildStatus(ctx, repo.Owner, repo.Name, pipeline.Commit, status)
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue