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'