Skip to content

Commit 509ff6c

Browse files
authored
Update sync-database-schema.yml
1 parent 3591bdb commit 509ff6c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/sync-database-schema.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
17+
18+
- name: Install dbdocs
19+
run: sudo npm install -g dbdocs
1720

1821
- name: Check dbdocs
1922
run: dbdocs
2023

21-
- name: sync database schema to dbdocs project
24+
- name: sync database schema to dbdocs
2225
env:
2326
DBDOCS_TOKEN: ${{ secrets.DBDOCS_TOKEN }}
2427
run: npm run db:visualize

0 commit comments

Comments
 (0)