Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: always diff against the remote branch (#3064)
the check fails if we're targeting a branch that is not the default branch. Since we run git fetch before the diff, we know for a fact that the remote branch exist so just specify the remote and use the remote branch in the diff.
- Loading branch information