mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-11 16:48:54 +00:00
Add rebase pull before push in CI
This commit is contained in:
parent
906448f6a9
commit
bdadb4793d
1
.github/workflows/mediawiki.yml
vendored
1
.github/workflows/mediawiki.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue