Skip to content

Commit 770bfcc

Browse files
Display FETCH_HEAD in the log
Co-authored-by: Jan Matyas <[email protected]> Signed-off-by: Tim Newsome <[email protected]>
1 parent ceb9539 commit 770bfcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checkpatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Checkout Base
1717
run: |
1818
git fetch origin ${{ github.event.pull_request.base.ref }}
19+
echo "The current base for checkpatch is: $(git show FETCH_HEAD --oneline --raw)"
1920
- name: Install required packages (apt-get)
2021
run: |
2122
sudo apt-get update

0 commit comments

Comments
 (0)