Set git identity in app generator

This commit is contained in:
2026-05-20 13:23:31 +02:00
parent d05fa4c63e
commit 8db94de611
+2
View File
@@ -111,6 +111,8 @@ if grep -q '"message"' /tmp/appfactory-create-hook-response.json; then
fi fi
git init git init
git config user.name "AppFactory Bot"
git config user.email "appfactory@local"
git branch -M main git branch -M main
git remote add origin "$GITEA_URL/$GITEA_ORG/$APP_ID.git" git remote add origin "$GITEA_URL/$GITEA_ORG/$APP_ID.git"