Skip to content

Commit 580d634

Browse files
Revert "Fix typo which prevented metadata from going to cron job."
This reverts commit 876acb0. Will send separate PR. Signed-off-by: Spencer Schrock <[email protected]>
1 parent 19ec3d7 commit 580d634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron/internal/worker/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func processRequest(ctx context.Context,
147147
logger.Info(fmt.Sprintf("invalid GitHub URL: %v", err))
148148
continue
149149
}
150-
repo.AppendMetadata(repoReq.Metadata...)
150+
repo.AppendMetadata(repo.Metadata()...)
151151

152152
commitSHA := clients.HeadSHA
153153
requiredRequestType := []checker.RequestType{}

0 commit comments

Comments
 (0)