Skip to content

Commit e4d9e03

Browse files
committed
fix(ci): repair migrations.yml indentation that broke workflow parsing
The trigger-script line landed at column 2 inside the run block, invalidating the file — every dev push since failed instantly with 'workflow file issue' and nothing deployed. Claude-Session: https://claude.ai/code/session_01CgaxNAaeD3taGdghbXn17w
1 parent 9681c94 commit e4d9e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
exit 1
8282
fi
8383
bun run ./scripts/apply-dev-workspace-file-size-cutover.ts
84-
bun run ./scripts/apply-dev-table-triggers.ts
84+
bun run ./scripts/apply-dev-table-triggers.ts
8585
else
8686
echo "Applying versioned migrations (db:migrate)"
8787
bun run ./scripts/migrate.ts

0 commit comments

Comments
 (0)