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
14 stars 3 forks source link

add ability to specify output format #256

Open luber opened 1 month ago

luber commented 1 month ago

The action is currently passing hardcoded format value to dotnet affected command:

/usr/bin/dotnet affected -f **text traversal** --from ...

It would be nice to make it configurable which format to use in action.outputs.affected or add additional output affectedJson which will contain json format of affected projects