Actualizar .gitea/workflows/update.yaml

fix #72
This commit is contained in:
2026-03-18 22:11:51 +00:00
parent 877761c318
commit ad6fbcc220
+2 -2
View File
@@ -42,10 +42,10 @@ jobs:
if: steps.git_status.outputs.changed == 'true' if: steps.git_status.outputs.changed == 'true'
run: | run: |
git config user.name "supabot" 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/seed.sql
git add supabase/functions/_shared/database.types.ts 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 - name: Push changes
if: steps.git_status.outputs.changed == 'true' if: steps.git_status.outputs.changed == 'true'