From 220793d4e9a8af0819eaf284d1ad73f1e0a2e807 Mon Sep 17 00:00:00 2001 From: Ethan Chiu Date: Mon, 20 Jul 2020 17:46:02 -0400 Subject: [PATCH] Add step-env --- src/Runner.Worker/action_yaml.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/Runner.Worker/action_yaml.json b/src/Runner.Worker/action_yaml.json index c80b2032b..3e94b0c6e 100644 --- a/src/Runner.Worker/action_yaml.json +++ b/src/Runner.Worker/action_yaml.json @@ -206,6 +206,24 @@ "hashFiles(1,255)" ], "string": {} + }, + "step-env": { + "context": [ + "github", + "needs", + "strategy", + "matrix", + "secrets", + "steps", + "job", + "runner", + "env", + "hashFiles(1,255)" + ], + "mapping": { + "loose-key-type": "non-empty-string", + "loose-value-type": "string" + } } } } \ No newline at end of file