Skip to content

Commit 1da1e28

Browse files
committed
Diff local head with remote base branch
1 parent 2465034 commit 1da1e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-restricted-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
4747
echo This PR contains changes to files that should not be changed:
4848
echo
49-
git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- versions/
49+
git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} -- versions/
5050
5151
exit 1

0 commit comments

Comments
 (0)