Skip to content

Commit

Permalink
Fix typo which prevented metadata from going to cron job. (ossf#2370)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <sschrock@google.com>

Signed-off-by: Spencer Schrock <sschrock@google.com>
Signed-off-by: latortuga <latortugaaaa>
  • Loading branch information
spencerschrock authored and latortuga committed Oct 27, 2022
1 parent a571d2e commit 0bef6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/internal/worker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func processRequest(ctx context.Context,
logger.Info(fmt.Sprintf("invalid GitHub URL: %v", err))
continue
}
repo.AppendMetadata(repo.Metadata()...)
repo.AppendMetadata(repoReq.Metadata...)

commitSHA := clients.HeadSHA
requiredRequestType := []checker.RequestType{}
Expand Down

0 comments on commit 0bef6cf

Please sign in to comment.