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",
"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()