Skip to content

Commit

Permalink
ci: fix rebase action
Browse files Browse the repository at this point in the history
  • Loading branch information
wKich committed Jun 14, 2021
1 parent 1eed561 commit 49f2e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
git fetch upstream
- name: Rebase creevey branch
run: |
git reset upstream/master --hard
git cherry-pick master..HEAD
git push origin --force
- name: Rebase master branch
Expand Down

0 comments on commit 49f2e0c

Please sign in to comment.