Commit 926c675
Fix GitHub Actions output parsing in sync workflow (#78)
The sync script output may contain \r\n line endings, causing values
like `classification=build-changes\r` to be written to `$GITHUB_OUTPUT`.
GitHub Actions rejects this as `Invalid format 'build-changes'`.
Fix: add `tr -d '\r'` when parsing Branch, Classification, and PR fields
from script output.
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 16bd188 commit 926c675
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments