Skip to content

Commit

Permalink
ci: use reset-hard instead of merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wKich committed Apr 3, 2021
1 parent 6efa983 commit aea21b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: |
git remote add upstream https://github.com/storybookjs/storybook.git
git fetch upstream
git merge upstream/master
git push
git reset upstream/master --hard
git push origin --force
- name: Rebase creevey branch
run: |
git checkout creevey
Expand Down

0 comments on commit aea21b7

Please sign in to comment.