
- Include `input: required` in the YAML of various commands - Clarify the necessity of user input in workflow executions - Ensure workflow documentation is comprehensive and clear
4 lines
112 B
YAML
4 lines
112 B
YAML
description: Generate unit tests.
|
|
input: required
|
|
steps:
|
|
- run: $devchat_python $command_path/main.py "$input" |