You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02:00
Deprecate commit avatar envs (#6356)
This commit is contained in:
@@ -124,9 +124,8 @@ func metadataPipelineFromModelPipeline(pipeline *model.Pipeline, includeParent b
|
||||
Branch: pipeline.Branch,
|
||||
Message: pipeline.Message,
|
||||
Author: metadata.Author{
|
||||
Name: pipeline.Author,
|
||||
Email: pipeline.Email,
|
||||
Avatar: pipeline.Avatar,
|
||||
Name: pipeline.Author,
|
||||
Email: pipeline.Email,
|
||||
},
|
||||
ChangedFiles: pipeline.ChangedFiles,
|
||||
PullRequestLabels: pipeline.PullRequestLabels,
|
||||
|
||||
Reference in New Issue
Block a user