Skip to content

Commit 605b03f

Browse files
committed
Fix Prisma submodule checkout in runtime workflow
1 parent 6258dcd commit 605b03f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cloudflare-pages-runtime.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: 🔍 Checkout repository
2424
uses: actions/checkout@v5
25+
with:
26+
submodules: 'recursive'
2527

2628
- name: 🔒 Verify Google services secret exists
2729
run: |

0 commit comments

Comments
 (0)