From 3af73cf81c7092a7ebe6c4e094d28714ee124ab5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 8 Aug 2025 09:05:07 +0200 Subject: [PATCH] Update push-to-gitea.yml --- .github/workflows/push-to-gitea.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/push-to-gitea.yml b/.github/workflows/push-to-gitea.yml index 3df681d1..73d9a72b 100644 --- a/.github/workflows/push-to-gitea.yml +++ b/.github/workflows/push-to-gitea.yml @@ -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: