mirror of https://github.com/actions/toolkit
15 lines
182 B
JSON
15 lines
182 B
JSON
|
{
|
||
|
"action": "opened",
|
||
|
"repository": {
|
||
|
"owner": {
|
||
|
"login": "user"
|
||
|
},
|
||
|
"name": "test"
|
||
|
},
|
||
|
"issue": {
|
||
|
"number": 1
|
||
|
},
|
||
|
"sender": {
|
||
|
"type": "User"
|
||
|
}
|
||
|
}
|