Skip to content

Commit c6ee1cc

Browse files
committed
Log env context
1 parent 59ff53e commit c6ee1cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/context/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ runs:
2424
env:
2525
RUNNER_CONTEXT: ${{ toJson(runner) }}
2626
run: echo "$RUNNER_CONTEXT"
27+
- name: Dump env context
28+
shell: bash
29+
env:
30+
ENV_CONTEXT: ${{ toJson(env) }}
31+
run: |
32+
echo "$ENV_CONTEXT"

0 commit comments

Comments
 (0)