1
1
Fork 0

ff-only
Diablo 4 Armory / Sync with d4armory.io (push) Failing after 2m24s Details

This commit is contained in:
jpk 2024-02-29 21:23:50 +01:00
parent 58f24aa192
commit 89b11ca8af
2 changed files with 2 additions and 2 deletions

View File

@ -43,4 +43,4 @@ jobs:
git config --global user.name "Ghost in the Shell"
git config --global user.email "gits@goat.foo"
git pull origin master
git push origin HEAD:master
git push --ff-only origin HEAD:master

View File

@ -44,4 +44,4 @@ jobs:
git config --global user.name "Ghost in the Shell"
git config --global user.email "gits@goat.foo"
git pull origin master
git push origin HEAD:master
git push --ff-only origin HEAD:master