Skip to content

Commit e7ef353

Browse files
committed
Update check-restricted-files.yaml
1 parent 0f7b48b commit e7ef353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-restricted-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo github.event.pull_request.head.ref=${{ github.event.pull_request.head.ref }}
3333
3434
echo Diff between head and base sha
35-
git diff --name-only ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.base.sha }}
35+
git diff --name-only ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.base.sha }} -- versions
3636
3737
env:
3838
HEAD: ${{ github.ref_name }}

0 commit comments

Comments
 (0)