Skip to content

Commit d632335

Browse files
authored
log github context
1 parent b4806e0 commit d632335

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
steps:
77
- uses: actions/checkout@master
88

9-
# - name: Dump GitHub context
10-
# env:
11-
# GITHUB_CONTEXT: ${{ toJson(github) }}
12-
# run: echo "$GITHUB_CONTEXT"
9+
- name: Dump GitHub context
10+
env:
11+
GITHUB_CONTEXT: ${{ toJson(github) }}
12+
run: echo "$GITHUB_CONTEXT"
1313

1414
- name: install
1515
uses: actions/npm@1.0.0

0 commit comments

Comments
 (0)