Keep env vars alphabetical

This commit is contained in:
Ferenc Hammerl
2021-10-13 09:57:37 -04:00
committed by TingluoHuang
parent fe6719d120
commit d83ef5549e
+1 -1
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()