mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +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",
|
"job",
|
||||||
"path",
|
"path",
|
||||||
"ref",
|
"ref",
|
||||||
|
"ref_protected",
|
||||||
"repository",
|
"repository",
|
||||||
"repository_owner",
|
"repository_owner",
|
||||||
"retention_days",
|
"retention_days",
|
||||||
@@ -33,7 +34,6 @@ namespace GitHub.Runner.Worker
|
|||||||
"sha",
|
"sha",
|
||||||
"workflow",
|
"workflow",
|
||||||
"workspace",
|
"workspace",
|
||||||
"ref_protected",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
public IEnumerable<KeyValuePair<string, string>> GetRuntimeEnvironmentVariables()
|
public IEnumerable<KeyValuePair<string, string>> GetRuntimeEnvironmentVariables()
|
||||||
|
|||||||
Reference in New Issue
Block a user