Update push-to-gitea.yml

This commit is contained in:
CanbiZ 2025-08-08 09:05:07 +02:00 committed by Push From Github
parent 0dc063e736
commit 3af73cf81c

View File

@ -15,6 +15,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set Git identity for actions
run: |
git config --global user.name "Push From Github"
git config --global user.email "actions@github.com"
- name: Add Gitea remote
run: git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@git.community-scripts.org/community-scripts/ProxmoxVED.git
env: