diff --git a/src/Runner.Worker/action_yaml.json b/src/Runner.Worker/action_yaml.json index 32771feb8..ccb9d2eb4 100644 --- a/src/Runner.Worker/action_yaml.json +++ b/src/Runner.Worker/action_yaml.json @@ -132,7 +132,7 @@ "continue-on-error": "boolean-steps-context", "working-directory": "string-steps-context", "shell": { - "type": "non-empty-string", + "type": "string-steps-context", "required": true } }