Skip to content

Commit 1f271b4

Browse files
committed
infra: fix sync script target to Wutche/payrail
1 parent be2e2a3 commit 1f271b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-to-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616

1717
- name: Push to Personal Fork
1818
run: |
19-
git remote add personal https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/${{ github.repository_owner }}/payrail.git
19+
git remote add personal https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/Wutche/payrail.git
2020
git push personal main --force

0 commit comments

Comments
 (0)