From a0da56997cf8967694793cfdb0bf39263eb55324 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:03:27 +0200 Subject: [PATCH] Workflow to gitea (forgot git add and commit) (#5513) * New workflow to push to gitea and change links * Update workflow --- .github/workflows/push-to-gitea.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push-to-gitea.yaml b/.github/workflows/push-to-gitea.yaml index c6dd4eda1..50cd198a1 100644 --- a/.github/workflows/push-to-gitea.yaml +++ b/.github/workflows/push-to-gitea.yaml @@ -33,6 +33,9 @@ jobs: echo "No files found containing GitHub raw URLs" fi + git add . + git commit -m "Sync to Gitea" + - name: Push to Gitea run: | git config --global user.name "Push From Github"