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 0f7b48b commit e7ef353Copy full SHA for e7ef353
.github/workflows/check-restricted-files.yaml
@@ -32,7 +32,7 @@ jobs:
32
echo github.event.pull_request.head.ref=${{ github.event.pull_request.head.ref }}
33
34
echo Diff between head and base sha
35
- git diff --name-only ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.base.sha }}
+ git diff --name-only ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.base.sha }} -- versions
36
37
env:
38
HEAD: ${{ github.ref_name }}
0 commit comments