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 833f19d commit ec2e4cfCopy full SHA for ec2e4cf
1 file changed
.github/workflows/validation.yml
@@ -45,7 +45,7 @@ jobs:
45
id: changes
46
shell: bash
47
run: |
48
- DIFF_RANGE="${{ github.base_ref }}...${{ github.head_ref }}"
+ DIFF_RANGE="${{ github.event.pull_request.base.sha }}...${{ github.event.pull_request.head.sha }}"
49
50
echo "Diff range: $DIFF_RANGE"
51
0 commit comments