File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333
3434 - name : Preview PostgreSQL schema changes
35- uses : gfx/sqldef-preview-action@main
35+ uses : ./
3636 with :
3737 command : psqldef
3838 version : latest
6868 fetch-depth : 0
6969
7070 - name : Preview MySQL schema changes
71- uses : gfx/sqldef-preview-action@main
71+ uses : ./
7272 with :
7373 command : mysqldef
7474 version : latest
9090 fetch-depth : 0
9191
9292 - name : Preview SQLite schema changes
93- uses : gfx/sqldef-preview-action@main
93+ uses : ./
9494 with :
9595 command : sqlite3def
9696 version : latest
@@ -132,7 +132,7 @@ jobs:
132132 /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'YourStrong@Passw0rd' -Q "CREATE DATABASE testdb"
133133
134134 - name : Preview MSSQL schema changes
135- uses : gfx/sqldef-preview-action@main
135+ uses : ./
136136 with :
137137 command : mssqldef
138138 version : latest
You can’t perform that action at this time.
0 commit comments