Commit 12fa080
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 12fa080
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments