We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d4ee3 commit 46073dbCopy full SHA for 46073db
.github/workflows/test-suite.yml
@@ -1074,8 +1074,8 @@ jobs:
1074
run: |-
1075
set -x
1076
php benchmark/generate_diff.php \
1077
- ${{ github.sha }} \
1078
- $(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 }}) \
1079
> $GITHUB_STEP_SUMMARY
1080
- uses: actions/upload-artifact@v6
1081
with:
0 commit comments