We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a4b27 commit fa8bd92Copy full SHA for fa8bd92
.github/workflows/check-restricted-files.yaml
@@ -34,6 +34,6 @@ jobs:
34
echo This PR contains changes to files that should not be changed:
35
echo
36
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
+ git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} -- versions/[0-9].[0-9].[0-9].md
38
39
exit 1
0 commit comments