Skip to content

Commit a8d552f

Browse files
committed
WIP attempt to fix autosquash
1 parent 2e2c722 commit a8d552f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tf-autosquash.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
EDITOR: 'true' # to automatically complete the interactive rebase
8181
run: |
8282
BASE_REF=$(gh pr view ${{ github.event.issue.number }} --json baseRefName -q .baseRefName)
83+
echo "Identified PR base ref: $BASE_REF"
8384
git fetch origin
8485
git rebase -i --autosquash origin/$BASE_REF
8586

0 commit comments

Comments
 (0)