ci: fix update translations by enable submodule checkout in repo maintenance

This commit is contained in:
Jason Wen
2026-02-17 19:22:11 -05:00
parent e8f65bc652
commit 94987785c4

View File

@@ -16,6 +16,8 @@ jobs:
if: github.repository == 'sunnypilot/sunnypilot'
steps:
- uses: actions/checkout@v6
with:
submodules: true
- uses: ./.github/workflows/setup-with-retry
- name: Update translations
run: |