Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While doing newt upgrade the script tries to checkout to 'master' while there is 'main' instead. Now it is possible to use the 'branch: 'main'' in repository.yml file, and it doesn't only allow to fetch properly, but also to checkout. example from repository.yml: repository.xyz: type: git vers: 0.0.0 branch: 'main' url: '[email protected]:xyz.git'
- Loading branch information