Skip to content

Commit

Permalink
feat: add rebase actions and add to test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Nov 19, 2024
1 parent 351900e commit 0b79792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/rebase/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
# read more: https://github.com/actions/checkout?tab=readme-ov-file#usage
- name: Update origin/main
run: |
git branch -D main
git fetch origin main
git checkout origin/main
git checkout -B main
Expand Down

0 comments on commit 0b79792

Please sign in to comment.