Skip to content

Commit

Permalink
Fix bug when updating main (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel authored May 10, 2024
1 parent db790d5 commit 8415bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/rebase/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ runs:
git checkout -B main
git pull --unshallow origin main
git switch --detach -
# go back to the HEAD commit
git switch --detach ${{ github.sha }}
shell: bash

- name: Rebase to main
Expand Down

0 comments on commit 8415bf5

Please sign in to comment.