Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallback to the old checkout algorithm #348

Merged
merged 21 commits into from
Feb 7, 2023
Merged

Conversation

ArtiomTr
Copy link
Owner

@ArtiomTr ArtiomTr commented Feb 7, 2023

This PR fixes #347. It fixes issues when using with actions/checkout@v1 - this version is kinda buggy, it doesn't configure credentials properly.

So this PR performs a new checkout algorithm, and fallbacks to the old one if it fails.

@ArtiomTr ArtiomTr added the bug Something isn't working label Feb 7, 2023
@ArtiomTr ArtiomTr self-assigned this Feb 7, 2023
@ArtiomTr ArtiomTr changed the title Fallback to old behavior Fallback to the old checkout algorithm Feb 7, 2023
@ArtiomTr ArtiomTr merged commit 9214cb2 into main Feb 7, 2023
@ArtiomTr ArtiomTr deleted the Fallback-to-old-behavior branch February 7, 2023 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The process '/usr/bin/git' failed with exit code 128
1 participant