Skip to content

Commit ec2e4cf

Browse files
committed
fix: update diff range calculation in validation workflow
1 parent 833f19d commit ec2e4cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: changes
4646
shell: bash
4747
run: |
48-
DIFF_RANGE="${{ github.base_ref }}...${{ github.head_ref }}"
48+
DIFF_RANGE="${{ github.event.pull_request.base.sha }}...${{ github.event.pull_request.head.sha }}"
4949
5050
echo "Diff range: $DIFF_RANGE"
5151

0 commit comments

Comments
 (0)