Skip to content

Commit 7d2b4d5

Browse files
committed
feat(README): adds more items to the to-do list
1 parent 680f214 commit 7d2b4d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)