Skip to content

Commit 89d7966

Browse files
Fix prisma schema issues by recursively checking out submodules in GitHub workflow
1 parent 8b59967 commit 89d7966

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: '🔍 Checkout Code'
1414
uses: actions/checkout@v4
15+
with:
16+
submodules: 'recursive'
1517

1618
- name: '🔒 Verify Secrets Exist'
1719
run: |

0 commit comments

Comments
 (0)