Commit 5eeb455
fix: set docs workflow inputPath for monorepo template location (#408)
The microsoft/ps-docs action defaults to scanning from the workspace
root. After the monorepo restructure, templates moved from templates/
to packages/psdocs-azure/templates/, and the scanner was picking up
invalid template.json files from subtree imports causing:
Cannot process argument because the value of argument "name" is
not valid.
Set inputPath to packages/psdocs-azure/templates to restrict scanning
to only the valid ARM templates.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 36aeba6 commit 5eeb455
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments