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"