From d83ef5549e240d021e5c097d99fed0501b9dce01 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Mon, 13 Sep 2021 10:37:01 +0200 Subject: [PATCH] Keep env vars alphabetical --- src/Runner.Worker/GitHubContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Runner.Worker/GitHubContext.cs b/src/Runner.Worker/GitHubContext.cs index 30860688d..18533cb2e 100644 --- a/src/Runner.Worker/GitHubContext.cs +++ b/src/Runner.Worker/GitHubContext.cs @@ -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> GetRuntimeEnvironmentVariables()