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 98596db commit 7663ef5Copy full SHA for 7663ef5
action.yml
@@ -63,7 +63,7 @@ runs:
63
env:
64
ACCESS_TOKEN: ${{ inputs.access_token }}
65
REPO_NAME: ${{ github.repository }}
66
- COMMIT_ID: ${{ github.sha }}
+ COMMIT_ID: ${{ github.event.pull_request.head.sha || github.sha }}
67
BRANCH: ${{ github.ref_name }}
68
COVERAGE_FILE: ${{ inputs.coverage_file }}
69
PLATFORM: ${{ inputs.platform }}
0 commit comments