Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: helpers.git.checkout_branch from_branch functionality
I used to query by default the repo.active_branch.name which will work only if you clone the repo for the first time. But consequitive runs will not. This ensures to query the default branch name from the SCM provider.
- Loading branch information