We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb6f8f commit b2fd2a0Copy full SHA for b2fd2a0
1 file changed
.github/workflows/check-restricted-files.yaml
@@ -33,6 +33,6 @@ jobs:
33
34
echo This PR contains changes to files that should not be changed:
35
echo
36
- git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- versions/[0-9].[0-9].[0-9].md
+ git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} -- versions/[0-9].[0-9].[0-9].md
37
38
exit 1
0 commit comments