ci: Set default branch to main (#424)
git config --global init.defaultBranch main https://github.blog/2020-07-27-highlights-from-git-2-28/
This commit is contained in:
@@ -33,6 +33,8 @@ ENV GITHUB_REPOSITORY_OWNER="peaceiris"
|
||||
ENV GITHUB_ACTIONS="true"
|
||||
ENV CI="true"
|
||||
|
||||
RUN git config --global init.defaultBranch main
|
||||
|
||||
WORKDIR /repo
|
||||
|
||||
CMD [ "bash" ]
|
||||
|
||||
Reference in New Issue
Block a user