Skip to content

Commit 4576789

Browse files
committed
fix: correct upstream url
1 parent 810d310 commit 4576789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1515

1616
- name: Add Upstream Remote
17-
run: git remote add upstream https://github.com/original-repo-owner/original-repo.git
17+
run: git remote add upstream https://github.com/hotosm/drone-tm.git
1818

1919
- name: Fetch Upstream Changes
2020
run: git fetch upstream

0 commit comments

Comments
 (0)