diff --git a/.gitea/workflows/render-and-deploy.yml b/.gitea/workflows/render-and-deploy.yml index f06a448..9a668d1 100644 --- a/.gitea/workflows/render-and-deploy.yml +++ b/.gitea/workflows/render-and-deploy.yml @@ -48,4 +48,9 @@ jobs: bash scripts/render-compose.sh - name: Push Back to Repository - run: git push origin main \ No newline at end of file + run: | + git config user.name "gitea-actions[bot]" + git config user.email "gitea-actions[bot]@localhost" + git add . + git commit -m "Modify Files" || echo "No changes to commit" + git push origin main \ No newline at end of file