Rename cnb group name to hyperf.

This commit is contained in:
李铭昕 2024-10-09 11:16:15 +08:00
parent f98fab30ce
commit 9d529fa75d

View File

@ -11,7 +11,7 @@ jobs:
if: github.repository_owner == 'hyperf'
env:
SOURCE_REPO: 'https://github.com/hyperf/hyperf.git'
DESTINATION_REPO: 'https://cnb:${{ secrets.CNB_TOKEN }}@cnb.cool/Hyperf/hyperf.git'
DESTINATION_REPO: 'https://cnb:${{ secrets.CNB_TOKEN }}@cnb.cool/hyperf/hyperf.git'
run: |
git clone --mirror "$SOURCE_REPO" && cd `basename "$SOURCE_REPO"`
git remote set-url --push origin "$DESTINATION_REPO"