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 Apr 26, 2021
1 parent 0a589e1 commit 1729c1e
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 1729c1e

Please sign in to comment.