Bug fixes:
- Address common permission error when fetching data (
Resource not accessible by integration
, in 403 HTTP response) by requiring the injection of a personal access token (via documentation, but also via making the corresponding parameter required). Also see #58. - Fix a regression in the exit code inspection of
git ls-remote
, introduced with the 1.4.0 release (also see #63). - Fix rare case where the very first current working directory in the GitHub Actions run is not empty. In those cases
git clone
failed withfatal: destination path '.' already exists and is not an empty directory.
.
Misc:
- Log output: improve debuggability.