Skip to content

Commit

Permalink
Fix: sync-upstream yml fork url
Browse files Browse the repository at this point in the history
  • Loading branch information
minchodang committed Aug 6, 2024
1 parent c65a880 commit 72bbd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Sync Upstream to Fork
run: |
cd fork
git remote add upstream ../upstream
git remote add upstream https://github.com/kode-krew/meta-test-be.git
git fetch upstream
git checkout main
git merge upstream/main --no-commit --no-ff
Expand Down

0 comments on commit 72bbd72

Please sign in to comment.