From 0945673a33b4e044464764ac1b90726a0bc0af22 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Fri, 22 Apr 2022 13:50:40 +0800 Subject: [PATCH] fix(ci): correct script path (#24584) --- ci/export-github-repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/export-github-repo.sh b/ci/export-github-repo.sh index 8218df464..60c316a6e 100755 --- a/ci/export-github-repo.sh +++ b/ci/export-github-repo.sh @@ -29,6 +29,6 @@ echo "Exporting $subdir" set -x rm -rf .github_export/"$repo_name" -git clone https://"$GITHUB_TOKEN"@github.com/yihau/"$repo_name" .github_export/"$repo_name" +git clone https://"$GITHUB_TOKEN"@github.com/solana-labs/"$repo_name" .github_export/"$repo_name" git filter-repo --subdirectory-filter "$subdir" --target .github_export/"$repo_name" -git -C .github_export/"$repo_name" push https://"$GITHUB_TOKEN"@github.com/yihau/"$repo_name" +git -C .github_export/"$repo_name" push https://"$GITHUB_TOKEN"@github.com/solana-labs/"$repo_name"