File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,13 @@ In the execution phase, the action will:
177177- [X] Delete the Cloudwatch Logstream on Teardown
178178- [X] Allow multiple Subnet IDs
179179- [X] Stream the Cloudwatch logs as they happen, and not just at the end of the execution
180- - [ ] Ability to upload artifacts back to GitHub (if your remote execution generates artifacts)
181180- [ ] Automatically create temporary security group if one is not provided
181+ - [ ] Automatically grab list of Subnets for VPC_ID, if Subnet_IDS are not provided
182+ - [ ] Mask secrets inside the Cloudwatch Logs
183+ - [ ] Map all GitHub Contexts/ENVS into the ECS Container
184+ - [ ] Ability to upload artifacts back to GitHub (if your remote execution generates artifacts)
185+ - [ ] Find a way to map environment variables from the remote shell, back to the runner (after execution)
186+
182187## Developing the action locally
183188
184189
You can’t perform that action at this time.
0 commit comments