Skip to content

Commit 284f1e7

Browse files
committed
Include the github context
1 parent 5776b78 commit 284f1e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/context.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- name: GitHub context
16+
run: echo "${{ toJson(github) }}"
17+
1518
- name: Env context
1619
run: echo "${{ toJson(env) }}"
1720
env:

0 commit comments

Comments
 (0)