Commit 6c08d0d
fix: correct malformed YAML in ci-build.yml Configure Maven settings step (#1368)
The first three PowerShell lines in the 'Configure Maven settings' step
were at column 0 instead of being indented into the 'pwsh: |' block
scalar, which broke YAML parsing. Indent them to align with the rest of
the script block.
Copilot-Session: ca8303b0-dcb7-467f-9d6b-7f68da829576
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 89aee43 commit 6c08d0d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments