PaulHatch / semantic-version

A GitHub Action to generate semantic version from a git repository's commit history.
MIT License
338 stars 64 forks source link

Support Custom Path for Repo #141

Open DavidThompsonWG opened 6 months ago

DavidThompsonWG commented 6 months ago

I'm trying to checkout out several repo's at a single time, and use one of them for the version number but I am getting an error that as soon as I specify a checkout directory (using the path param of Actions/Checkout) the tool can no longer detect my repo and gives me the error no changes found.

https://github.com/actions/checkout?tab=readme-ov-file#checkout-multiple-repos-side-by-side

image

image

Is there a way to configure the tool to look at the correct checkout path?

Thanks, David

PaulHatch commented 5 months ago

There is not a way at present, but I think this could be added.