Update .gitea/workflows/render-and-deploy.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user