-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adds env-files input to the github action #235
Conversation
@iamhopaul123 sorry to ping you, but I have this PR open for a long time... Is this action still maintained by AWS or should I keep using my fork with this fix? Thanks |
@iamhopaul123 I just fixed the conflicts on this PR. Also noticed you merged #284 3 days ago. Is thera anything missing on this PR? Would love to see it merged, since I've been using my fork for more than 1 year now because I really need to set the |
Would be great to have this as it greatly improves upon how easily env vars can be populated in bulk within CICD workflows. |
nice, now I have conflicts again... @iamhopaul123 @clareliguori @Lou1415926 anyone from AWS please answer... this github action is used by 26.9k users according to github stats and seems there's multiple users interested in having the env-files as input on the github action. What's blocking this PR to be merged? I can fix the conflicts again, but can you guarantee that this will be merged afterwards? Otherwise I'll just be wasting my time again 🤷♂️ Thank you. |
Hi @bmbferreira ! Thank a lot of for your contribution. Apologies for the delayed response. We will be working on this issue. Would be great if you could do following steps for now:
|
@amazreech thanks for replying! 🙇 just changed the PR title and fixed the conflicts. Please let me know if you need anything else to get this approved and merged. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Changes looks good!
Fantastic to see momentum pick up around this GH Action again, releasing small yet very meaningful updates -- no less, contributed by members of the community! |
Description of changes:
Adds the
env-files
input to the github action to be possible to pass env files into the task definition as described here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/taskdef-envfiles.htmlBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.