fix: correct party-mode workflow file extension in workflow.xml (#1499)
The party-mode workflow reference uses .yaml extension but the actual file is workflow.md. This broken reference has been present since alpha.17. Fixes #1212 Co-authored-by: Brian <bmadcode@gmail.com>
This commit is contained in:
parent
53220420a5
commit
7fcfd4c1b8
|
|
@ -81,7 +81,7 @@
|
|||
<action>Continue to next step</action>
|
||||
</if>
|
||||
<if response="p">
|
||||
<action>Start the party-mode workflow {project-root}/_bmad/core/workflows/party-mode/workflow.yaml</action>
|
||||
<action>Start the party-mode workflow {project-root}/_bmad/core/workflows/party-mode/workflow.md</action>
|
||||
</if>
|
||||
<if
|
||||
response="y">
|
||||
|
|
|
|||
Loading…
Reference in New Issue