act_runner/pkg/runner/testdata/pull-request/event.json

12 lines
146 B
JSON

{
"number": 1,
"pull_request": {
"head": {
"ref": "sample-head-ref"
},
"base": {
"ref": "sample-base-ref"
}
}
}