/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/pull-request/event.json
10 строк
131 B
Casey Lee
fix #134 - include base_ref and head_ref in github context from the event json
07 мар 2020, 01:17
Не верифицирован
07 мар 2020, 01:17
15fb58b
Код
Авторство
О чём код?
{ "pull_request": { "head": { "ref": "sample-head-ref" }, "base": { "ref": "sample-base-ref" } } }