From 7057fba151986838ed81922f12dee142b0f1e225 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 27 Jun 2025 20:51:09 +0200 Subject: [PATCH] push-to-gitea.yaml (#5523) --- .github/workflows/push-to-gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-gitea.yaml b/.github/workflows/push-to-gitea.yaml index 4afd54046..d01a5d0d5 100644 --- a/.github/workflows/push-to-gitea.yaml +++ b/.github/workflows/push-to-gitea.yaml @@ -42,7 +42,7 @@ jobs: git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@git.community-scripts.org/community-scripts/ProxmoxVE.git git add . git commit -m "Sync to Gitea" - git push gitea --all + git push gitea --all --force env: GITEA_USER: ${{ secrets.GITEA_USERNAME }} GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}