Fix weird merge issue

This commit is contained in:
Micah Jerome Ellison 2020-11-21 15:37:35 -08:00
parent ba96c6e58c
commit 259a607e27

View file

@ -82,5 +82,5 @@ jobs:
git config user.name "Jrnl Bot" git config user.name "Jrnl Bot"
git add "$FILENAME" git add "$FILENAME"
git commit -m "Update changelog" git commit -m "Update changelog"
git push https://${JRNL_BOT_TOKEN}@github.com/jrnl-org/jrnl.git $BRANCH git push origin $BRANCH