Skip to content

Commit 81c277e

Browse files
authored
Merge pull request #5085 from ralfhandl/main-fix-check-restricted-files
main: fix check-restricted-files, diff local head with remote base branch
2 parents 2faac48 + 1da1e28 commit 81c277e

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)