Commit 5bf324b
committed
Use proper syntax for multiline env variable
Per the Github documentation, multiline strings must use a delimiter
with the following syntax:
{name}<<{delimiter}
{value}
{delimiter}
Testing this with my fork indicates that it should work.1 parent a178a14 commit 5bf324b
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
0 commit comments