1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-06 23:12:22 +00:00

Fix filter format for check-run-workqueue

This commit is contained in:
Jason Hall 2026-02-04 12:11:08 -05:00
parent 9b13ff140d
commit 53052f0d98

View file

@ -43,10 +43,8 @@ module "check-run-workqueue" {
# Filter for check_run events with "completed" action
filters = [{
attributes = {
type = "dev.chainguard.github.check_run"
action = "completed"
}
"type" = "dev.chainguard.github.check_run"
"action" = "completed"
}]
# Use repository URL as the key since check_run events don't have pullrequesturl