diff --git a/languageservice/src/context-providers/github.ts b/languageservice/src/context-providers/github.ts index a510e2d..a4056ea 100644 --- a/languageservice/src/context-providers/github.ts +++ b/languageservice/src/context-providers/github.ts @@ -16,6 +16,7 @@ export function getGithubContext(workflowContext: WorkflowContext, mode: Mode): "action_repository", "action_status", "actor", + "actor_id", "api_url", "base_ref", "env", @@ -25,13 +26,16 @@ export function getGithubContext(workflowContext: WorkflowContext, mode: Mode): "graphql_url", "head_ref", "job", + "job_workflow_sha", + "path", "ref", "ref_name", "ref_protected", "ref_type", - "path", "repository", + "repository_id", "repository_owner", + "repository_owner_id", "repositoryUrl", "retention_days", "run_id", @@ -43,6 +47,8 @@ export function getGithubContext(workflowContext: WorkflowContext, mode: Mode): "token", "triggering_actor", "workflow", + "workflow_ref", + "workflow_sha", "workspace" ];