Update .gitea/workflows/render-and-deploy.yml

This commit is contained in:
2026-04-09 20:05:09 +00:00
parent a36d95ce82
commit 62a95182f5

View File

@@ -48,4 +48,9 @@ jobs:
bash scripts/render-compose.sh
- name: Push Back to Repository
run: git push origin main
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