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 2465034 commit 1da1e28Copy full SHA for 1da1e28
.github/workflows/check-restricted-files.yaml
@@ -46,6 +46,6 @@ jobs:
46
47
echo This PR contains changes to files that should not be changed:
48
echo
49
- 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 }} -- versions/
50
51
exit 1
0 commit comments