fix: correct party-mode workflow file extension in workflow.xml
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
This commit is contained in:
parent
542a7429ec
commit
a392e0a7db
|
|
@ -81,7 +81,7 @@
|
||||||
<action>Continue to next step</action>
|
<action>Continue to next step</action>
|
||||||
</if>
|
</if>
|
||||||
<if response="p">
|
<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>
|
||||||
<if
|
<if
|
||||||
response="y">
|
response="y">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue