Skip to content

Commit b8d374f

Browse files
committed
docs: update readme
1 parent 6d6d495 commit b8d374f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28+
with:
29+
ref: ${{ github.event.pull_request.head.sha }} # Checkout PR HEAD commit
2830
- uses: commit-check/commit-check-action@v1
2931
with:
3032
message: true

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ inputs:
3636
pr-comments:
3737
description: post results to the pull request comments
3838
required: false
39-
default: false
39+
default: true
4040
runs:
4141
using: "composite"
4242
steps:

0 commit comments

Comments
 (0)