Skip to content

Commit

Permalink
Merge pull request #489 from rasa/patch-1
Browse files Browse the repository at this point in the history
fix: Add undocumented github.repository_visibility option
  • Loading branch information
rhysd authored Dec 16, 2024
2 parents 56e3293 + a533631 commit c391460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions expr_sema.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ var BuiltinGlobalVariableTypes = map[string]ExprType{
"repository_owner": StringType{},
"repository_owner_id": StringType{},
"repositoryurl": StringType{}, // repositoryUrl
"repository_visibility": StringType{},
"retention_days": NumberType{},
"run_id": StringType{},
"run_number": StringType{},
Expand Down

0 comments on commit c391460

Please sign in to comment.