From 2e7fab147990c179dca87b6554af759e5cdbf35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E5=86=9B?= Date: Thu, 12 Sep 2024 16:28:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E5=88=86?= =?UTF-8?q?=E6=94=AF=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go-package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-package.yml b/.github/workflows/go-package.yml index 65b7eda9..3b7d5b39 100644 --- a/.github/workflows/go-package.yml +++ b/.github/workflows/go-package.yml @@ -43,7 +43,8 @@ jobs: cd cicd git clone $fork_repo cd app-builder - git checkout $GITHUB_HEAD_REF + echo $GITHUB_HEAD_REF + git checkout dj-go-version-branch git remote add upstream https://github.com/baidubce/app-builder.git git fetch upstream