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 16d42c9 commit 1c9fcfc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/rebase/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ description: 'Action for rebasing to the main branch'
runs:
using: 'composite'
steps:
- name: Log
run: |
git log
git branch -v
git remote -v
shell: bash

- name: Rebase to main
run: |
git fetch --all --force
git rebase origin/main
shell: bash

Expand Down

0 comments on commit 1c9fcfc

Please sign in to comment.