diff --git a/src/Runner.Worker/action_yaml.json b/src/Runner.Worker/action_yaml.json index ccb9d2eb4..e42965e69 100644 --- a/src/Runner.Worker/action_yaml.json +++ b/src/Runner.Worker/action_yaml.json @@ -1,4 +1,4 @@ -{ +{ "definitions": { "action-root": { "description": "Action file", @@ -163,6 +163,7 @@ "output-value": { "context": [ "github", + "vars", "strategy", "matrix", "steps", @@ -193,6 +194,7 @@ "context": [ "github", "inputs", + "vars", "strategy", "matrix", "steps", @@ -207,6 +209,7 @@ "context": [ "github", "inputs", + "vars", "strategy", "matrix", "steps", @@ -221,6 +224,7 @@ "context": [ "github", "inputs", + "vars", "strategy", "matrix", "steps", @@ -238,6 +242,7 @@ "context": [ "github", "inputs", + "vars", "strategy", "matrix", "steps", @@ -256,6 +261,7 @@ "context": [ "github", "inputs", + "vars", "strategy", "matrix", "steps", @@ -270,4 +276,4 @@ } } } -} \ No newline at end of file +}