We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90d604e + b2d2915 commit 26a2e36Copy full SHA for 26a2e36
1 file changed
.github/workflows/test-suite.yml
@@ -1074,8 +1074,8 @@ jobs:
1074
run: |-
1075
set -x
1076
php benchmark/generate_diff.php \
1077
- ${{ github.event.pull_request.head.sha }} \
1078
- $(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}) \
+ ${{ github.sha }} \
+ ${{ github.event.pull_request.base.sha }} \
1079
> $GITHUB_STEP_SUMMARY
1080
- uses: actions/upload-artifact@v6
1081
with:
0 commit comments