Skip to content

Commit c391460

Browse files
authored
Merge pull request #489 from rasa/patch-1
fix: Add undocumented github.repository_visibility option
2 parents 56e3293 + a533631 commit c391460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

expr_sema.go

+1
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)