File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ locals {
70
70
required_status_checks = try ([config . required_status_checks ], [])
71
71
})
72
72
]
73
- ]): lower (" ${ item . repository } :${ item . username } " ) => item...
73
+ ]): lower (" ${ item . repository } :${ item . pattern } " ) => item...
74
74
}
75
75
}
76
76
" github_team" = {
@@ -107,7 +107,7 @@ locals {
107
107
}
108
108
]
109
109
])
110
- ]): lower (" ${ item . repository } :${ item . username } " ) => item...
110
+ ]): lower (" ${ item . team } :${ item . username } " ) => item...
111
111
}
112
112
}
113
113
" github_repository_file" = {
@@ -120,7 +120,7 @@ locals {
120
120
content = try (file (" ${ path . module } /../files/${ config . content } " ), config. content )
121
121
})
122
122
]
123
- ]): lower (" ${ item . repository } /${ item . path } " ) => item...
123
+ ]): lower (" ${ item . repository } /${ item . file } " ) => item...
124
124
}
125
125
}
126
126
" github_issue_label" = {
You can’t perform that action at this time.
0 commit comments