Skip to content

Commit 876acb0

Browse files
Fix typo which prevented metadata from going to cron job.
Signed-off-by: Spencer Schrock <[email protected]>
1 parent 22d12ad commit 876acb0

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(repo.Metadata()...)
150+
repo.AppendMetadata(repoReq.Metadata...)
151151

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

0 commit comments

Comments
 (0)