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 6d6d495 commit b8d374fCopy full SHA for b8d374f
README.md
@@ -25,6 +25,8 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v4
28
+ with:
29
+ ref: ${{ github.event.pull_request.head.sha }} # Checkout PR HEAD commit
30
- uses: commit-check/commit-check-action@v1
31
with:
32
message: true
action.yml
@@ -36,7 +36,7 @@ inputs:
36
pr-comments:
37
description: post results to the pull request comments
38
required: false
39
- default: false
+ default: true
40
runs:
41
using: "composite"
42
0 commit comments