Commit 1f361d5
Fix missing newline before EOF delimiter in gh-cache/cache output
The 'Output cached value' step cats a JSON file into GITHUB_OUTPUT
followed by an EOF delimiter, but if the file has no trailing newline
the delimiter lands on the same line as the content, causing:
'Invalid value. Matching delimiter not found EOF'
Add a bare echo to ensure a newline before the closing delimiter.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b55df88 commit 1f361d5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments