.github: disable rebasing so git doesn't get confused

This commit is contained in:
ckie
2022-06-10 14:47:10 +03:00
parent a7566fc638
commit 69cfed89e5

View File

@ -40,6 +40,7 @@ jobs:
git config --global user.name github-actions[bot]
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
git config --global init.defaultBranch main
git config --global pull.rebase false
- uses: actions/checkout@v2
with:
# Nix Flakes doesn't work on shallow clones