Skip to content

Commit

Permalink
feat: checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Nov 10, 2024
1 parent 7ba2b25 commit 9be0594
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:

- name: Check out Git repository
uses: actions/checkout@v3

with:
submodules: 'true'
token: ${{ secrets.MIRU_SUBMODULES_PAT }}

- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
Expand Down

0 comments on commit 9be0594

Please sign in to comment.