mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Keep env vars alphabetical
This commit is contained in:
committed by
TingluoHuang
parent
fe6719d120
commit
d83ef5549e
@@ -23,6 +23,7 @@ namespace GitHub.Runner.Worker
|
||||
"job",
|
||||
"path",
|
||||
"ref",
|
||||
"ref_protected",
|
||||
"repository",
|
||||
"repository_owner",
|
||||
"retention_days",
|
||||
@@ -33,7 +34,6 @@ namespace GitHub.Runner.Worker
|
||||
"sha",
|
||||
"workflow",
|
||||
"workspace",
|
||||
"ref_protected",
|
||||
};
|
||||
|
||||
public IEnumerable<KeyValuePair<string, string>> GetRuntimeEnvironmentVariables()
|
||||
|
||||
Reference in New Issue
Block a user