diff --git a/src/Runner.Worker/action_yaml.json b/src/Runner.Worker/action_yaml.json index 3e94b0c6e..38da02dc8 100644 --- a/src/Runner.Worker/action_yaml.json +++ b/src/Runner.Worker/action_yaml.json @@ -8,8 +8,7 @@ "description": "string", "inputs": "inputs", "runs": "runs", - "outputs": "outputs", - "defaults": "action-defaults" + "outputs": "outputs" }, "loose-key-type": "non-empty-string", "loose-value-type": "any" @@ -52,24 +51,6 @@ "composite-runs" ] }, - "action-defaults": { - "mapping": { - "properties": { - "run": "action-defaults-run" - } - } - }, - "action-defaults-run": { - "mapping": { - "properties": { - "shell": { - "type": "non-empty-string", - "required": true - }, - "working-directory": "non-empty-string" - } - } - }, "container-runs": { "mapping": { "properties": { @@ -195,10 +176,8 @@ "string-steps-context": { "context": [ "github", - "needs", "strategy", "matrix", - "secrets", "steps", "job", "runner", @@ -213,7 +192,6 @@ "needs", "strategy", "matrix", - "secrets", "steps", "job", "runner",