Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
commit
  • Loading branch information
Chhinna authored Dec 6, 2025
commit 7663ef5f6c8dc876290995d0396b0c9dff57beef
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
env:
ACCESS_TOKEN: ${{ inputs.access_token }}
REPO_NAME: ${{ github.repository }}
COMMIT_ID: ${{ github.sha }}
COMMIT_ID: ${{ github.event.pull_request.head.sha || github.sha }}
BRANCH: ${{ github.ref_name }}
COVERAGE_FILE: ${{ inputs.coverage_file }}
PLATFORM: ${{ inputs.platform }}
Expand Down