Skip to content

Commit 312bf20

Browse files
committed
add job.check_run_id property (fix #576)
1 parent 543e158 commit 312bf20

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
@@ -252,6 +252,7 @@ var BuiltinGlobalVariableTypes = map[string]ExprType{
252252
"env": NewMapObjectType(StringType{}), // env.<env_name>
253253
// https://docs.github.com/en/actions/learn-github-actions/contexts#job-context
254254
"job": NewStrictObjectType(map[string]ExprType{
255+
"check_run_id": StringType{},
255256
"container": NewStrictObjectType(map[string]ExprType{
256257
"id": StringType{},
257258
"network": StringType{},

0 commit comments

Comments
 (0)