leonardochaia / dotnet-affected-action

.NET tool for determining which projects are affected by a set of changes. Useful for large projects or monorepos.
https://github.com/leonardochaia/dotnet-affected
MIT License
15 stars 3 forks source link

Fill `--repository-path` when `solution-path` is used #238

Closed BenvdStouwe closed 1 year ago

BenvdStouwe commented 1 year ago

So it doesn't throw an exception when solution-path is not in the git root directory. Fixes #237

leonardochaia commented 1 year ago

Hi @BenvdStouwe , thanks for the PR.

Would you kindly take a look at the build error?

Thank you!! Leo

BenvdStouwe commented 1 year ago

Hi @leonardochaia, I think I fixed the problem but the Action seems to do something different in my account than it does in yours. Can you run the Action again here to see if I fixed it?

BenvdStouwe commented 1 year ago

Hi @leonardochaia, could you please run the actions again?