File tree 1 file changed +6
-1
lines changed
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:
177
177
- [X] Delete the Cloudwatch Logstream on Teardown
178
178
- [X] Allow multiple Subnet IDs
179
179
- [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)
181
180
- [ ] 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
+
182
187
## Developing the action locally
183
188
184
189
You can’t perform that action at this time.
0 commit comments