From b3fee33a925c725428125856b058ee2f60518439 Mon Sep 17 00:00:00 2001 From: TingluoHuang Date: Wed, 13 Oct 2021 09:58:07 -0400 Subject: [PATCH] ref_* context. --- src/Runner.Worker/GitHubContext.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Runner.Worker/GitHubContext.cs b/src/Runner.Worker/GitHubContext.cs index 18533cb2e..589c17720 100644 --- a/src/Runner.Worker/GitHubContext.cs +++ b/src/Runner.Worker/GitHubContext.cs @@ -23,7 +23,9 @@ namespace GitHub.Runner.Worker "job", "path", "ref", + "ref_name", "ref_protected", + "ref_type", "repository", "repository_owner", "retention_days",