Skip to content
Compare
Choose a tag to compare
@jgehrcke jgehrcke released this 11 Jul 09:31
· 43 commits to main since this release
f174916

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 with fatal: destination path '.' already exists and is not an empty directory..

Misc:

  • Log output: improve debuggability.