Skip to content

Commit a4d1a88

Browse files
authored
chore: fix check_updates to checkout submodules (#9)
1 parent f8d1491 commit a4d1a88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Clone repository
1818
uses: actions/checkout@v4
1919
with:
20+
submodules: true
2021
token: ${{ secrets.DENOBOT_PAT }}
2122

2223
- uses: denoland/setup-deno@v2

0 commit comments

Comments
 (0)