Commit 6aed8cb
committed
Fix for setting multiline outputs
Current way doesn't provide a proper handling.
Creates errors like:
```
Error: Unable to process file command 'output' successfully.
Error: Invalid format 'M README.md'
```
According to https://github.com/orgs/community/discussions/24952 this should fix the issue.1 parent ed5e868 commit 6aed8cb
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
0 commit comments