Skip to content

Commit

Permalink
Update sync_with_origin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangjun-man authored Sep 16, 2023
1 parent 92743c8 commit b4a197d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_with_origin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
run: |
git fetch org-repo ${{env.TARGET_BRANCH}}
git branch -D ${{env.TARGET_BRANCH}} || git checkout -b ${{env.TARGET_BRANCH}}
git pull org-repo ${{env.TARGET_BRANCH}}
git reset --hard "org-repo/${{ env.TARGET_BRANCH }}"
git push origin ${{env.TARGET_BRANCH}} -f

0 comments on commit b4a197d

Please sign in to comment.