mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Rename GlobalEnv
This commit is contained in:
@@ -110,11 +110,11 @@ module Actions {
|
||||
}
|
||||
|
||||
/** A workflow level 'global' environment variable. */
|
||||
class GlobalEnv extends Env {
|
||||
class WorkflowEnvVariable extends Env {
|
||||
string envName;
|
||||
Workflow workflow;
|
||||
|
||||
GlobalEnv() { this = workflow.getEnv().lookup(envName) }
|
||||
WorkflowEnvVariable() { this = workflow.getEnv().lookup(envName) }
|
||||
|
||||
/** Gets the workflow this field belongs to. */
|
||||
Workflow getWorkflow() { result = workflow }
|
||||
|
||||
Reference in New Issue
Block a user