Skip to content

Commit 66b3513

Browse files
committed
fix
1 parent 0374e58 commit 66b3513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
git init
109109
git config --global user.name "github-actions"
110110
git config --global user.email "github-actions@github.com"
111-
git remote add origin https://github.com/${{ github.repository }}.git || true
111+
git remote add origin https://github.com/Trease-Focus/cache-trees-cdn.git || true
112112
git fetch origin cache-data || true
113113
git checkout -B cache-data || git checkout --orphan cache-data
114114
git add .

0 commit comments

Comments
 (0)