Skip to content

Commit

Permalink
修复切换分支错误
Browse files Browse the repository at this point in the history
  • Loading branch information
代军 committed Sep 12, 2024
1 parent 11bedc3 commit 2e7fab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e7fab1

Please sign in to comment.