We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ff53e commit c6ee1ccCopy full SHA for c6ee1cc
1 file changed
.github/actions/context/action.yml
@@ -24,3 +24,9 @@ runs:
24
env:
25
RUNNER_CONTEXT: ${{ toJson(runner) }}
26
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