Remove --unshallow

This commit is contained in:
Micah Jerome Ellison 2021-03-06 12:19:13 -08:00
parent 87b5e1cd4f
commit c5b99f4357

View file

@ -171,7 +171,7 @@ jobs:
BRANCH_NAME="jrnl-${JRNL_VERSION}--${RANDOM}"
git remote rename origin upstream
git remote add origin "https://github.com/${BOT_REPO}.git"
git fetch --unshallow upstream
git fetch upstream
git fetch origin
git checkout -b $BRANCH_NAME
git push -u origin $BRANCH_NAME