Skip to content

Commit 2ce1ed5

Browse files
Merge pull request #21 from codebuilderinc/fix/runtime-prisma-submodule-checkout
[codex] Fix Prisma submodule checkout in runtime workflow
2 parents 6258dcd + 605b03f commit 2ce1ed5

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)