From 5f4fbd918e5397d0248dcfe56a0206a3041585dd Mon Sep 17 00:00:00 2001 From: Saturn&Eric Date: Mon, 9 May 2022 06:00:30 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d31307a9..cf800e1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,13 +12,12 @@ jobs: steps: - uses: actions/checkout@v3 with: + repository: saturneric/GpgFrontend submodules: recursive - ref: main path: GpgFrontend - uses: actions/checkout@v3 with: - repository: saturneric/GpgFrontend-Doxygen ref: develop path: GpgFrontend-Doxygen token: ${{ secrets.GITHUB_TOKEN }}