name: target
on:
pull_request_review_comment:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: json
run: echo $JSON
env:
JSON: ${{ toJSON(github) }}