Add rebase pull before push in CI

This commit is contained in:
alistair3149 2020-06-16 23:21:22 -04:00
parent 906448f6a9
commit bdadb4793d
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -54,4 +54,5 @@ jobs:
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git add .
git commit -am "Make a dinner reservation - MediaWiki CI" -m "I clean up code to MediaWiki standards" || echo "No changes to commit"
git pull --rebase
git push