Skip to content

Commit

Permalink
ci: fix actions syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
wKich committed Jun 14, 2021
1 parent 37c6de5 commit 1eed561
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 @@ -31,6 +31,7 @@ jobs:
git cherry-pick master..HEAD
git push origin --force
- name: Rebase master branch
run: |
git checkout master
git reset upstream/master --hard
git push origin --force

0 comments on commit 1eed561

Please sign in to comment.