We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740ff66 commit 3bd2d6bCopy full SHA for 3bd2d6b
.github/workflows/pr-checks.yml
@@ -44,7 +44,7 @@ jobs:
44
common_ancestor=$(git merge-base HEAD origin/${{ github.base_ref }})
45
branch_head=$(git log -1 --format=%H origin/${{ github.base_ref }})
46
47
- echo 'Common ancestor: $common_ancestor, ${{ github.base_ref }} head: $branch_head'
+ echo "Common ancestor: $common_ancestor, ${{ github.base_ref }} head: $branch_head"
48
[ $common_ancestor == $branch_head ]
49
50
- name: Run checkpatch.pl
0 commit comments