From c9aa40f4ee0ff79418dee682ca23fd32b1a884d3 Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 29 Oct 2025 15:45:37 +0800 Subject: [PATCH] ci: fix update submodules --- .github/workflows/update-submodules.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index a55621c897..409c766be6 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -11,6 +11,8 @@ jobs: if: github.repository_owner == 'MaaAssistantArknights' steps: - uses: actions/checkout@v5 + with: + submodules: true - run: | git submodule update --remote src/MaaMacGui @@ -21,4 +23,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} message: "feat: Update Submodules MaaMacGui, maa-cli" - branch: dev + branch: ${{ github.ref }}