Skip to content

Commit 900701c

Browse files
Fix typo which prevented metadata from going to cron job. (#2370)
Signed-off-by: Spencer Schrock <[email protected]> Signed-off-by: Spencer Schrock <[email protected]>
1 parent 3f58335 commit 900701c

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
@@ -91,7 +91,7 @@ func processRequest(ctx context.Context,
9191
logger.Info(fmt.Sprintf("invalid GitHub URL: %v", err))
9292
continue
9393
}
94-
repo.AppendMetadata(repo.Metadata()...)
94+
repo.AppendMetadata(repoReq.Metadata...)
9595

9696
commitSHA := clients.HeadSHA
9797
requiredRequestType := []checker.RequestType{}

0 commit comments

Comments
 (0)