Skip to content

Commit

Permalink
Merge pull request #4 from otaxhu/dev
Browse files Browse the repository at this point in the history
fix: git pull before rebase
  • Loading branch information
otaxhu authored Oct 28, 2024
2 parents f5ffa65 + 8a239c7 commit 9ade6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rebase-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
git fetch origin dev
git checkout dev
git pull
git rebase main
- name: Push rebased dev branch
Expand Down

0 comments on commit 9ade6fd

Please sign in to comment.