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: 10000# optional — request timeout in milliseconds
122
+
timeout-minutes: 5# optional — max minutes to wait for simulation to become active (default: 5)
123
+
```
124
+
125
+
| Input | Required | Description |
126
+
|---|---|---|
127
+
| `token` | yes | `GITHUB_TOKEN` — used to verify repo identity |
128
+
| `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. |
131
+
| `timeout-minutes` | no | Max minutes the action polls for the simulation to become active. Defaults to `5`. |
0 commit comments