mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-09-05 20:07:25 +00:00
fix(deps): update module github.com/google/go-github/v76 to v77 (#5737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/google/go-github/v76/github"
|
||||
"github.com/google/go-github/v77/github"
|
||||
"github.com/rs/zerolog/log"
|
||||
"golang.org/x/oauth2"
|
||||
|
||||
@@ -551,7 +551,7 @@ func (c *client) Status(ctx context.Context, user *model.User, repo *model.Repo,
|
||||
return err
|
||||
}
|
||||
|
||||
_, _, err := client.Repositories.CreateStatus(ctx, repo.Owner, repo.Name, pipeline.Commit, &github.RepoStatus{
|
||||
_, _, err := client.Repositories.CreateStatus(ctx, repo.Owner, repo.Name, pipeline.Commit, github.RepoStatus{
|
||||
Context: github.Ptr(common.GetPipelineStatusContext(repo, pipeline, workflow)),
|
||||
State: github.Ptr(convertStatus(workflow.State)),
|
||||
Description: github.Ptr(common.GetPipelineStatusDescription(workflow.State)),
|
||||
|
||||
Reference in New Issue
Block a user