1
1
Fork 0

Pushing changes
Diablo 4 Armory / Sync with d4armory.io (push) Successful in 1m19s Details

This commit is contained in:
jpk 2024-02-16 14:54:52 +01:00
parent ede00ad366
commit 465b926a69
1 changed files with 6 additions and 6 deletions

View File

@ -38,9 +38,9 @@ jobs:
- name: Archiveing Clan
run: d4armory archive clan
#- name: GIT Commit Push Artifacts
# run: |
# 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
- name: GIT Commit Push Artifacts
run: |
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