Keep env vars alphabetical

This commit is contained in:
Ferenc Hammerl
2021-09-13 10:37:01 +02:00
committed by TingluoHuang
parent fe6719d120
commit d83ef5549e

View File

@@ -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()