Commit c19a86e
authored
fix(ci): repair the permissions block indentation (#557)
The `permissions:` block added by the caller-permission campaign was
indented one level too deep (appended at job-child indent + 2), which
makes the whole workflow file invalid YAML (`mapping values are not
allowed here`) and stops the workflow loading at all. This dedents the
block to job-key level — keeping the grants — and validates the file
parses before committing.1 parent e78aa60 commit c19a86e
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments