Skip to content

Commit 23d3cd0

Browse files
committed
ci: print base ref commit after fetch
1 parent a44ed33 commit 23d3cd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tf-autosquash.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
echo "Current commit:"
8989
git log -1 --oneline
9090
git fetch origin
91+
echo "Base ref commit:"
92+
git log -1 --oneline "origin/$BASE_REF"
9193
git rebase -i --autosquash "origin/$BASE_REF"
9294
9395
- name: Push changes

0 commit comments

Comments
 (0)