CodSpeedHQ / runner

The CodSpeed runner, gathering performance data from CI environments
https://codspeed.io
Apache License 2.0
2 stars 2 forks source link

fix: retrieve root_repository_path from git dir #20

Closed adriencaccia closed 2 months ago

adriencaccia commented 2 months ago

Ensure that root_repository_path is inferred from the current working directory first, instead of hardcoding it depending on the provider. This will ensure that the action picks up the git repository, not matter where the repository is actually cloned on the worker.