hrms-exam/action-events.json

13 lines
181 B
JSON
Raw Normal View History

2023-03-20 15:18:44 +07:00
{
"push":{
},
"pull_request": {
"head": {
"ref": "sample-head-ref"
},
"base": {
"ref": "sample-base-ref"
}
}
}