Skip to content

Commit c3836c0

Browse files
committed
Use local action instead of main branch
1 parent 3ebcc99 commit c3836c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/example.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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
@@ -68,7 +68,7 @@ jobs:
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
@@ -90,7 +90,7 @@ jobs:
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

0 commit comments

Comments
 (0)