Skip to content

Commit

Permalink
chore: dump runner context
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Nov 9, 2024
1 parent 6e98d0e commit dd40433
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ jobs:
# env:
# STEPS_CONTEXT: ${{ toJson(steps) }}
# run: echo "$STEPS_CONTEXT"
#- name: Dump runner context
# env:
# RUNNER_CONTEXT: ${{ toJson(runner) }}
# run: echo "$RUNNER_CONTEXT"

- name: Dump runner context
env:
RUNNER_CONTEXT: ${{ toJson(runner) }}
run: echo "$RUNNER_CONTEXT"

#- name: Dump strategy context
# env:
# STRATEGY_CONTEXT: ${{ toJson(strategy) }}
Expand Down

0 comments on commit dd40433

Please sign in to comment.