fix: remove DATABASE_URL display step from migration workflow
All checks were successful
Migrate supabase / migrate (push) Successful in 15s

This commit is contained in:
2026-03-08 17:40:28 +01:00
parent f39885a1b9
commit b2f686f782

View File

@@ -20,9 +20,5 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Display DATABASE_URL
run: |
echo "DATABASE_URL: ${DATABASE_URL:0:30}"
- name: Run migrations
run: npm run db:migrate