fix: correct relative path to validation workflow in step-e-04-complete
The validationWorkflow reference uses ./steps-v/step-v-01-discovery.md but steps-v/ is a sibling of steps-e/, not a child. Corrected to ../steps-v/step-v-01-discovery.md. Fixes #1496
This commit is contained in:
parent
542a7429ec
commit
69a1e23bfb
|
|
@ -4,7 +4,7 @@ description: 'Complete & Validate - Present options for next steps including ful
|
||||||
|
|
||||||
# File references (ONLY variables used in this step)
|
# File references (ONLY variables used in this step)
|
||||||
prdFile: '{prd_file_path}'
|
prdFile: '{prd_file_path}'
|
||||||
validationWorkflow: './steps-v/step-v-01-discovery.md'
|
validationWorkflow: '../steps-v/step-v-01-discovery.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
# Step E-4: Complete & Validate
|
# Step E-4: Complete & Validate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue