You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timeout-minutes: 5# optional — max minutes to wait for simulation to become active (default: 5)
123
124
```
124
125
125
126
| Input | Required | Description |
126
127
|---|---|---|
127
128
| `token` | yes | `GITHUB_TOKEN` — used to verify repo identity |
128
129
| `region` | no | Preferred AWS region (e.g. `us-east-1`, `ap-southeast-1`). Used as a hint on first deploy — if at capacity, the nearest available region is used. Has no effect after the simulation is deployed. |
129
-
| `memory` | no | Memory in megabytes (e.g. `128`, `256`, `512`). |
130
-
| `timeout` | no | Request timeout for the simulation in milliseconds. |
130
+
| `memory-size` | no | Memory in megabytes (e.g. `128`, `256`, `512`). Defaults to `128`. |
131
+
| `timeout` | no | Request timeout for the simulation in seconds (e.g. `30`, `60`). |
132
+
| `environment` | no | JSON object of environment variables to set in the simulation (e.g. `'{"ENV":"production"}'`). |
131
133
| `timeout-minutes` | no | Max minutes the action polls for the simulation to become active. Defaults to `5`. |
0 commit comments