1
0
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:
Ilija Tovilo
2026-02-24 10:57:45 +01:00
parent 68d4ee357b
commit 46073db990

View File

@@ -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: