Commit 2da09ce
ci: address PR review nits
- create-demo-env: route inputs through step env to avoid the documented
Actions script-injection pattern. Same behavior; values arrive as
environment variables instead of being textually substituted into the
shell program.
- e2e.yml: rebase the iOS DerivedData cache key on inputs that exist at
checkout time (manifest.json, ProjectVersion.txt, ProjectSettings.asset,
com.onesignal.unity.{ios,core}/Editor/**, ExportOptions.plist) instead
of the Unity-exported pbxproj/Podfile, which don't exist when the cache
step runs and caused the key to collapse to a single global slot.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 1008d4b commit 2da09ce
2 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
117 | | - | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| |||
0 commit comments