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 75e876a commit a70985aCopy full SHA for a70985a
.github/workflows/check-restricted-files.yaml
@@ -30,5 +30,5 @@ jobs:
30
echo github.event.pull_request.head.sha=${{ github.event.pull_request.head.sha }}
31
echo github.event.pull_request.head.ref=${{ github.event.pull_request.head.ref }}
32
echo
33
- echo Diff between head and base sha
34
- git diff --name-only ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.base.sha }} -- versions
+ echo Diff between ${{ github.event.pull_request.head.ref }} and ${{ github.event.pull_request.base.ref }}
+ git diff --exit-code --name-only ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.base.sha }} -- schemas versions
0 commit comments