Skip to content

Commit 24f53ac

Browse files
committed
Update check-restricted-files.yaml
1 parent 41672a7 commit 24f53ac

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
@@ -42,6 +42,6 @@ jobs:
4242
4343
echo This PR contains changes to files that should not be changed
4444
echo
45-
git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- versions
45+
git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- versions/
4646
4747
exit 1

0 commit comments

Comments
 (0)