Skip to content

Commit

Permalink
more prints
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKogan committed Oct 7, 2024
1 parent e815d1a commit 427d928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@ runs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
shell: bash -l {0}

- name: Dump job context
env:
JOB_CONTEXT: ${{ toJson(job) }}
run: echo "$JOB_CONTEXT"
shell: bash -l {0}

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

- id: print-shell-env
run:
Expand Down

0 comments on commit 427d928

Please sign in to comment.