From 62a95182f57ea3c6647283825f7286114dcf5eb9 Mon Sep 17 00:00:00 2001 From: lyra_phasma Date: Thu, 9 Apr 2026 20:05:09 +0000 Subject: [PATCH] Update .gitea/workflows/render-and-deploy.yml --- .gitea/workflows/render-and-deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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