Skip to content

Commit 7663ef5

Browse files
authored
commit
1 parent 98596db commit 7663ef5

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)