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