mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix benchmarking head sha
See https://github.com/orgs/community/discussions/47804 Closes GH-21287
This commit is contained in:
4
.github/workflows/test-suite.yml
vendored
4
.github/workflows/test-suite.yml
vendored
@@ -1074,8 +1074,8 @@ jobs:
|
||||
run: |-
|
||||
set -x
|
||||
php benchmark/generate_diff.php \
|
||||
${{ github.sha }} \
|
||||
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
|
||||
${{ github.event.pull_request.head.sha }} \
|
||||
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}) \
|
||||
> $GITHUB_STEP_SUMMARY
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user