Commit 3f60b4b
committed
github actions: Switch to multiline string format suggested by GA docs
The validate-kernel-commits github action has the following errors:
Error: Process completed with exit code 1.
Error: Unable to process file command 'output' successfully.
Error: Invalid value. Matching delimiter not found ''EOF''
Switch to the multiline string format suggested in the github action
documentation here:
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#example-of-a-multiline-string1 parent 2db7d10 commit 3f60b4b
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
189 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| |||
0 commit comments