Commit ff6139d
TEMPORARY Remove quotes from testCategory in customParameters
unity-test-runner v4.4.0 delegates execution to the game-ci CLI, which
interpolates each env value into a `sh -c` command string without escaping
(`--env NAME="${value}"`). The inner double quotes closed that wrapper early,
letting `;` split the command and leaving `docker run` without an image.
Unquoted, the value reaches the container identically to before, and stays
compatible with the pre-CLI action architecture.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 2871c33 commit ff6139d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments