1
1
Fork 0

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

This commit is contained in:
jpk 2024-02-29 21:27:45 +01:00
parent 89b11ca8af
commit c580a9b0f9
2 changed files with 4 additions and 4 deletions

View File

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

View File

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