From a7de4ef4ff2544913a7b683281cb566eb5e996fa Mon Sep 17 00:00:00 2001 From: mzz <2017@duck.com> Date: Sun, 16 Jun 2024 15:51:08 +0800 Subject: [PATCH] Update pick-build.yml --- .github/workflows/pick-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pick-build.yml b/.github/workflows/pick-build.yml index c9df360d..a1f868e1 100644 --- a/.github/workflows/pick-build.yml +++ b/.github/workflows/pick-build.yml @@ -169,7 +169,7 @@ jobs: run: | git submodule update --init --recursive cd wing && git reset --hard ${{ github.event.inputs.wing }} && go mod download -modcacherw - cd dae-core && git reset --hard ${{ github.event.inputs.dae-core }} && cd .. && go mod tidy && cd .. + cd dae-core && git remote set-url origin ${{ github.event.inputs.dae-core-remote }} && git fetch origin && git reset --hard ${{ github.event.inputs.dae-core }} && cd .. && go mod tidy && cd .. - name: Get the version id: get_version