aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-service-data.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-ci-github-service-data.cxx')
-rw-r--r--mod/mod-ci-github-service-data.cxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/mod/mod-ci-github-service-data.cxx b/mod/mod-ci-github-service-data.cxx
index ebb692b..11e19ae 100644
--- a/mod/mod-ci-github-service-data.cxx
+++ b/mod/mod-ci-github-service-data.cxx
@@ -105,17 +105,18 @@ namespace brep
timestamp iat_ea,
uint64_t iid,
string rid,
- enum kind k,
+ kind_type k,
bool rr,
bool pc,
- string hs)
+ string cs,
+ string rs)
: kind (k), pre_check (pc), re_request (rr),
warning_success (ws),
installation_access (move (iat_tok), iat_ea),
installation_id (iid),
repository_node_id (move (rid)),
- check_sha (hs),
- report_sha (move (hs))
+ check_sha (move (cs)),
+ report_sha (move (rs))
{
}
@@ -127,9 +128,10 @@ namespace brep
timestamp iat_ea,
uint64_t iid,
string rid,
- enum kind k,
+ kind_type k,
bool rr,
bool pc,
+ string cs,
string rs,
string rcu,
uint32_t prn)
@@ -140,6 +142,7 @@ namespace brep
repository_node_id (move (rid)),
repository_clone_url (move (rcu)),
pr_number (prn),
+ check_sha (move (cs)),
report_sha (move (rs))
{
}