Skip to content

Commit 3bd2d6b

Browse files
committed
fixup! pr-checks: Check if rebase is required
1 parent 740ff66 commit 3bd2d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
common_ancestor=$(git merge-base HEAD origin/${{ github.base_ref }})
4545
branch_head=$(git log -1 --format=%H origin/${{ github.base_ref }})
4646
47-
echo 'Common ancestor: $common_ancestor, ${{ github.base_ref }} head: $branch_head'
47+
echo "Common ancestor: $common_ancestor, ${{ github.base_ref }} head: $branch_head"
4848
[ $common_ancestor == $branch_head ]
4949
5050
- name: Run checkpatch.pl

0 commit comments

Comments
 (0)