We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
job.check_run_id
1 parent 312bf20 commit b3b3edaCopy full SHA for b3b3eda
expr_sema.go
@@ -252,7 +252,7 @@ var BuiltinGlobalVariableTypes = map[string]ExprType{
252
"env": NewMapObjectType(StringType{}), // env.<env_name>
253
// https://docs.github.com/en/actions/learn-github-actions/contexts#job-context
254
"job": NewStrictObjectType(map[string]ExprType{
255
- "check_run_id": StringType{},
+ "check_run_id": NumberType{},
256
"container": NewStrictObjectType(map[string]ExprType{
257
"id": StringType{},
258
"network": StringType{},
0 commit comments