Commit b9257d6
ci: fix update-generated-files workflow (#5006)
It would seem that the `GITHUB_OUTPUT` syntax [does not allow line
breaks](https://github.com/orgs/community/discussions/106666). Since the
output to `git status --porcelain` produces a line with 2 changes
```
M doc/rule-descriptions.md
M locales/_template.json
```
removing the line breaks from the variable should fix the problem.1 parent 01503ab commit b9257d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments