bobo.yang 598f91f5ea Update and add new action settings in workflows
- Added new action setting 'finish_task' in auto_command workflow.
- Updated the description in 'new_file' action setting in auto_command workflow.
- Modified 'run_shell_file' action setting in auto_command workflow to clarify it runs a shell script file.
- Added new action settings 'get_project_tree' and 'load_file' in extension_demo workflow.
2023-07-24 00:11:56 +08:00

14 lines
178 B
JSON

{
"name": "finish_task",
"description": "Flag task as finished",
"type": [
"task"
],
"args": [
],
"action": "finish_task",
"handler": [
"echo",
"Task finished"
]
}