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 41672a7 commit 24f53acCopy full SHA for 24f53ac
.github/workflows/check-restricted-files.yaml
@@ -42,6 +42,6 @@ jobs:
42
43
echo This PR contains changes to files that should not be changed
44
echo
45
- git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- versions
+ git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- versions/
46
47
exit 1
0 commit comments