Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed May 8, 2024
1 parent 6e180b5 commit 48f7723
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/rebase/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ runs:
steps:
- name: Rebase to main
run: |
git fetch --all
git rebase origin/main
shell: bash

- name: Print branch log
run: |
git log main~1..
shell: bash

0 comments on commit 48f7723

Please sign in to comment.