We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc0446 commit e51013cCopy full SHA for e51013c
1 file changed
.github/workflows/check-restricted-files.yaml
@@ -33,6 +33,7 @@ jobs:
33
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 }} origin/${{ github.event.pull_request.head.ref }} -- versions/[0-9].[0-9].[0-9].md
38
39
exit 1
0 commit comments