We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78702fa + 26a2e36 commit 14427acCopy full SHA for 14427ac
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