Skip to content

Commit a533631

Browse files
authored
fix: Add undocumented github.repository_visibility option
See https://www.google.com/search?q=github+%22repository_visibility%22
1 parent 74aea3b commit a533631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

expr_sema.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ var BuiltinGlobalVariableTypes = map[string]ExprType{
230230
"repository_owner": StringType{},
231231
"repository_owner_id": StringType{},
232232
"repositoryurl": StringType{}, // repositoryUrl
233+
"repository_visibility": StringType{},
233234
"retention_days": NumberType{},
234235
"run_id": StringType{},
235236
"run_number": StringType{},

0 commit comments

Comments
 (0)