We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a297f91 commit 7505782Copy full SHA for 7505782
1 file changed
.github/workflows/nextjs.yml
@@ -31,6 +31,9 @@ jobs:
31
steps:
32
- name: Checkout
33
uses: actions/checkout@v4
34
+ with:
35
+ submodules: true # Fetch submodules
36
+ fetch-depth: 0 # Required to get all Git history for submodules
37
- name: Detect package manager
38
id: detect-package-manager
39
run: |
0 commit comments