Skip to content

Commit 3d8e0ad

Browse files
committed
ci: echo GITHUB_CONTEXT to check what is going wrong
1 parent bbf5bb4 commit 3d8e0ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
CI: 'true'
5252
CC_SECRET: ${{ secrets.CC_SECRET }}
5353

54+
- name: Dump GitHub Context
55+
env:
56+
GITHUB_CONTEXT: ${{ toJson(github) }}
57+
run: echo "$GITHUB_CONTEXT"
58+
5459
- name: Publish GitHub Release and npm Package
5560
if: matrix.os == 'macOS-latest' && github.event_name == 'push' && github.ref == 'master'
5661
run: bash scripts/deploy.sh

0 commit comments

Comments
 (0)