Skip to content

Commit fa8bd92

Browse files
committed
Update check-restricted-files.yaml
1 parent 73a4b27 commit fa8bd92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
echo This PR contains changes to files that should not be changed:
3535
echo
3636
git remote -v
37-
git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.ref }} -- versions/[0-9].[0-9].[0-9].md
37+
git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} -- versions/[0-9].[0-9].[0-9].md
3838
3939
exit 1

0 commit comments

Comments
 (0)