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:
parent
9b13ff140d
commit
53052f0d98
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue