Skip to content

Commit 75e876a

Browse files
committed
Update check-restricted-files.yaml
1 parent e7ef353 commit 75e876a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ jobs:
2727
echo github.event_name=${{ github.event_name }}
2828
echo github.event.pull_request.base.sha=${{ github.event.pull_request.base.sha }}
2929
echo github.event.pull_request.base.ref=${{ github.event.pull_request.base.ref }}
30-
echo HEAD=$HEAD
3130
echo github.event.pull_request.head.sha=${{ github.event.pull_request.head.sha }}
3231
echo github.event.pull_request.head.ref=${{ github.event.pull_request.head.ref }}
33-
32+
echo
3433
echo Diff between head and base sha
3534
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

Comments
 (0)