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.
2 parents 2faac48 + 1da1e28 commit 81c277eCopy full SHA for 81c277e
.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