Fixed bug that split cannot work with .github (#7089)

This commit is contained in:
李铭昕 2024-09-25 10:35:11 +08:00 committed by GitHub
parent d1f34b6f90
commit 09be42f8aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ if [[ $# -eq 0 ]]; then
REPOS=$(ls $BASEPATH)
fi
remote .github git@github.com:hyperf/.github.git
split "src/.github" "git@github.com:hyperf/.github.git"
for REPO in $REPOS ; do

View File

@ -24,6 +24,7 @@ if [[ $# -eq 0 ]]; then
REPOS=$(ls $BASEPATH)
fi
remote .github git@github.com:hyperf/.github.git
split "src/.github" "git@github.com:hyperf/.github.git"
for REPO in $REPOS ; do