1
0
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:
qwerty287
2026-03-31 13:23:39 +02:00
committed by GitHub
parent b6632e18e8
commit 8e7096fcf6
7 changed files with 15 additions and 22 deletions
+2 -3
View File
@@ -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,