From ad6fbcc220ccedb606219abdd848bfc7f91c062d Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Wed, 18 Mar 2026 22:11:51 +0000 Subject: [PATCH] Actualizar .gitea/workflows/update.yaml fix #72 --- .gitea/workflows/update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index 140de44..7257f46 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -42,10 +42,10 @@ jobs: if: steps.git_status.outputs.changed == 'true' run: | git config user.name "supabot" - git config user.email "supabot@example.com" + git config user.email "info.ingenieria@lasalle.mx" git add supabase/seed.sql git add supabase/functions/_shared/database.types.ts - git commit -m "chore: update database seed & types" + git commit -m "chore: update database seed & typescript types" - name: Push changes if: steps.git_status.outputs.changed == 'true'