Skip to content

Commit 7520612

Browse files
authored
Merge pull request #5 from CodeAnt-AI/commit
commit
2 parents 98596db + 7663ef5 commit 7520612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
env:
6464
ACCESS_TOKEN: ${{ inputs.access_token }}
6565
REPO_NAME: ${{ github.repository }}
66-
COMMIT_ID: ${{ github.sha }}
66+
COMMIT_ID: ${{ github.event.pull_request.head.sha || github.sha }}
6767
BRANCH: ${{ github.ref_name }}
6868
COVERAGE_FILE: ${{ inputs.coverage_file }}
6969
PLATFORM: ${{ inputs.platform }}

0 commit comments

Comments
 (0)