Commit b9d094d
committed
Quote variable contents in update checker
This job was failing in a way that suggests that because `$TZDATA_NEWS`
is a multiline string, `TZDATA_NEWS=$TZDATA_NEWS >> $GITHUB_ENV` is
creating an invalid ENV file. This is an attempt to remedy the problem.1 parent a178a14 commit b9d094d
1 file changed
+6
-2
lines changed| 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