From 941a24ee3747f65b46c62e061873feb6d262933a Mon Sep 17 00:00:00 2001 From: Ethan Chiu Date: Fri, 19 Jun 2020 11:27:19 -0400 Subject: [PATCH] Add comma to Composite --- src/Runner.Worker/ActionManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Runner.Worker/ActionManager.cs b/src/Runner.Worker/ActionManager.cs index 52440a019..55e3a2b97 100644 --- a/src/Runner.Worker/ActionManager.cs +++ b/src/Runner.Worker/ActionManager.cs @@ -1221,7 +1221,7 @@ namespace GitHub.Runner.Worker NodeJS, Plugin, Script, - Composite + Composite, } public sealed class ContainerActionExecutionData : ActionExecutionData