diff --git a/.github/workflows/test_migration.yml b/.github/workflows/test_migration.yml
index 8a0e7b94..b9f346fc 100644
--- a/.github/workflows/test_migration.yml
+++ b/.github/workflows/test_migration.yml
@@ -73,19 +73,19 @@ jobs:
Found the following differences in the sql schema:
To get from local migrations to auto migration state one would need to
-
+
```sql
${{ steps.diff_migrations.outputs.local_to_auto }}
```
-
+
To get from auto migrations to local migration state one would need to
-
+
```sql
${{ steps.diff_migrations.outputs.auto_to_local }}
```
-
+
edit-mode: replace
reactions: eyes