We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2c722 commit a8d552fCopy full SHA for a8d552f
.github/workflows/tf-autosquash.yml
@@ -80,6 +80,7 @@ jobs:
80
EDITOR: 'true' # to automatically complete the interactive rebase
81
run: |
82
BASE_REF=$(gh pr view ${{ github.event.issue.number }} --json baseRefName -q .baseRefName)
83
+ echo "Identified PR base ref: $BASE_REF"
84
git fetch origin
85
git rebase -i --autosquash origin/$BASE_REF
86
0 commit comments