Skip to content

Commit

Permalink
fix rebase action v6
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed May 8, 2024
1 parent 48f7723 commit 387b151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rebase/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ runs:

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

0 comments on commit 387b151

Please sign in to comment.