1
1
Fork 0

Disable git push artifacts
Diablo 4 Armory / Sync with d4armory.io (push) Failing after 30s Details

This commit is contained in:
jpk 2024-02-07 09:27:52 +01:00
parent 84242882d9
commit ce8407abc5
1 changed files with 6 additions and 6 deletions

View File

@ -35,9 +35,9 @@ jobs:
- name: Archiveing Clan
run: d4armory archive clan
- name: GIT Commit Push Artifacts
run: |
git config --global user.name "${{ gitea.actor }}"
git config --global user.email "noreply@localhost.local"
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