-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: support comma separated files input #3
Conversation
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.
Everything here looks great, really appreciate the pull request!
Please note I have not tested anything in this PR. May not be good to merge yet |
Yup. I had figured as it is a draft. I can add a test real fast to ensure everything is good :) |
51d5c31
to
ca62582
Compare
@p5 looks like it works! Any additions you'd like to make to this pull request? |
Thanks for reviewing and testing! I'm on mobile and can't find the button to mark it ready for review, so happy for you to merge when ready. |
Terrific! Once again, thank you. Will merge now |
You are not able to pass in multiple lines to GITHUB_ENV, so this changes the action to support comma-separated list of inputs instead.
Added a
clean
step to the Containerfile to remove cache as this does not need to be distributed with the image.Added a new spec file to the test workflow to validate if the changes in this PR work as expected.