We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b7268 commit 817d4a1Copy full SHA for 817d4a1
.github/workflows/measure-disk-usage.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Measure disk usage
48
run: |
49
cmd="python .github/workflows/scripts/measure-disk-usage.py \
50
- --current-commit ${{ github.sha }} \
+ --current-commit ${{ github.event.pull_request.head.sha }} \
51
--base-commit ${{ github.event.pull_request.base.sha }} \
52
--platform ${{ matrix.platform }} "
53
0 commit comments