Skip to content

Commit fd3d5f3

Browse files
committed
Updated workflow yml
1 parent efe32fd commit fd3d5f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/npmbuildonpullrequest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ jobs:
1515
uses: actions/checkout@v3
1616
with:
1717
ref: ${{ github.event.pull_request.head.ref }}
18-
env:
19-
GITHUB_EVENT: ${{ toJson(github.event) }}
2018

2119
- name: Log GitHub event
2220
run: |
23-
echo "GitHub event: $GITHUB_EVENT"
2421
echo "PR head ref: ${{ github.event.pull_request.head.ref }}"
2522
echo "PR head sha: ${{ github.event.pull_request.head.sha }}"
2623

0 commit comments

Comments
 (0)