Skip to content

Commit f221907

Browse files
committed
修复 Git 镜像工作流中的目标仓库 URL 大小写错误
1 parent bbf9e9a commit f221907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cnb.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository_owner == 'friendsofhyperf'
1212
env:
1313
SOURCE_REPO: 'https://github.com/friendsofhyperf/components.git'
14-
DESTINATION_REPO: 'https://cnb:${{ secrets.CNB_TOKEN }}@cnb.cool/friendsofHyperf/components.git'
14+
DESTINATION_REPO: 'https://cnb:${{ secrets.CNB_TOKEN }}@cnb.cool/friendsofhyperf/components.git'
1515
run: |
1616
git clone --mirror "$SOURCE_REPO" && cd `basename "$SOURCE_REPO"`
1717
git remote set-url --push origin "$DESTINATION_REPO"

0 commit comments

Comments
 (0)