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 efe32fd commit fd3d5f3Copy full SHA for fd3d5f3
.github/workflows/npmbuildonpullrequest.yml
@@ -15,12 +15,9 @@ jobs:
15
uses: actions/checkout@v3
16
with:
17
ref: ${{ github.event.pull_request.head.ref }}
18
- env:
19
- GITHUB_EVENT: ${{ toJson(github.event) }}
20
21
- name: Log GitHub event
22
run: |
23
- echo "GitHub event: $GITHUB_EVENT"
24
echo "PR head ref: ${{ github.event.pull_request.head.ref }}"
25
echo "PR head sha: ${{ github.event.pull_request.head.sha }}"
26
0 commit comments