From 80540edd4ec403e560d599e99eee3024631b0820 Mon Sep 17 00:00:00 2001 From: Ethan Chiu Date: Thu, 23 Jul 2020 13:01:09 -0400 Subject: [PATCH] Fix templating errors --- src/Runner.Worker/action_yaml.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/Runner.Worker/action_yaml.json b/src/Runner.Worker/action_yaml.json index 2fa2863c2..518c4d51a 100644 --- a/src/Runner.Worker/action_yaml.json +++ b/src/Runner.Worker/action_yaml.json @@ -120,7 +120,7 @@ "hashFiles(1,255)" ], "sequence": { - "item-type": "composite-step" + "item-type": "steps-item" } }, "steps-item": { @@ -138,7 +138,7 @@ "type": "string-steps-context", "required": true }, - "uses": "env": "step-env", + "env": "step-env", "working-directory": "string-steps-context", "shell": "string-steps-context" } @@ -221,6 +221,22 @@ "loose-key-type": "non-empty-string", "loose-value-type": "string" } + }, + "step-with": { + "context": [ + "github", + "strategy", + "matrix", + "steps", + "job", + "runner", + "env", + "hashFiles(1,255)" + ], + "mapping": { + "loose-key-type": "non-empty-string", + "loose-value-type": "string" + } } } } \ No newline at end of file