Skip to content

Commit

Permalink
fix rebase action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed May 8, 2024
1 parent 60905a5 commit 57eb376
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/rebase/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ runs:
steps:
- name: Rebase to main
run: |
git remote -v
git branch -v
git fetch origin main
git rebase origin/main
shell: bash

0 comments on commit 57eb376

Please sign in to comment.