Closed thaithcock closed 1 year ago
Hi! Thanks for taking an interest. I'm adding git for you.
Thanks a lot for the quick response @ChristophShyper! Confirmed it is working for me 🙌
One last thing, do you need to create a new release version? It looks like the latest is still v0.3. I'm targeting the commit hash - it's not required, but it would be a better experience for sure.
Hi! I forgot to update release numbering after my holidays. WIll release it as v0.3.1. But since it's not a breaking change will leave v0.3 as it is already.
:memo: Brief description
Hi there, I've got a repository full of modules and would really like to use this action to do an easy first check of all of them without needing to specify each one. However, it looks like the action is having problems finding module sources through git. For example,
yields an error:
Checking the Dockerfile, it looks like there it should have git in the image from being based on the terragrunt image, so it seems like it should be able to load modules this way just fine. Any ideas? Maybe I'm using it wrong?
:warning: Checklist
Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information