Commit a1b46c2
Two breaking changes from the zx 7→8 upgrade caused this regression:
1. zx 8 defaults verbose to false (was true in zx 7), suppressing all
command output from the Actions log. Fix: set $.verbose = true.
2. zx 8's quote("") returns $'' (explicit empty shell argument) instead
of "" (which vanished in the command string). When the optional
recipe input is empty, this passed an unwanted empty argument to
Deployer, causing it to silently no-op. Fix: use arrays for optional
args (recipe, verbosity) so empty values produce no arguments.
Agent-Logs-Url: https://github.com/deployphp/action/sessions/9f7b96de-ce5c-4f32-baac-23aa7b69e161
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: antonmedv <141232+antonmedv@users.noreply.github.com>
1 parent 9229ee2 commit a1b46c2
2 files changed
+20
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36631 | 36631 | | |
36632 | 36632 | | |
36633 | 36633 | | |
| 36634 | + | |
36634 | 36635 | | |
36635 | 36636 | | |
36636 | 36637 | | |
| |||
36707 | 36708 | | |
36708 | 36709 | | |
36709 | 36710 | | |
36710 | | - | |
36711 | | - | |
| 36711 | + | |
| 36712 | + | |
| 36713 | + | |
36712 | 36714 | | |
36713 | | - | |
| 36715 | + | |
| 36716 | + | |
| 36717 | + | |
36714 | 36718 | | |
36715 | 36719 | | |
36716 | 36720 | | |
| |||
36722 | 36726 | | |
36723 | 36727 | | |
36724 | 36728 | | |
36725 | | - | |
| 36729 | + | |
36726 | 36730 | | |
36727 | 36731 | | |
36728 | 36732 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
132 | | - | |
133 | | - | |
134 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
138 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
139 | 146 | | |
140 | 147 | | |
141 | 148 | | |
| |||
155 | 162 | | |
156 | 163 | | |
157 | 164 | | |
158 | | - | |
| 165 | + | |
159 | 166 | | |
160 | 167 | | |
161 | 168 | | |
| |||
0 commit comments