From 1b5152b594fb5052c41168d79fdfb264fbcea932 Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Wed, 23 Oct 2024 11:53:28 +0200 Subject: Update service_data --- mod/mod-ci-github-service-data.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mod/mod-ci-github-service-data.cxx') diff --git a/mod/mod-ci-github-service-data.cxx b/mod/mod-ci-github-service-data.cxx index 78a796e..e2e0440 100644 --- a/mod/mod-ci-github-service-data.cxx +++ b/mod/mod-ci-github-service-data.cxx @@ -105,14 +105,15 @@ namespace brep timestamp iat_ea, uint64_t iid, string rid, - string rs, + string hs, bool rr) : kind (local), pre_check (false), re_request (rr), warning_success (ws), installation_access (move (iat_tok), iat_ea), installation_id (iid), repository_node_id (move (rid)), - report_sha (move (rs)) + check_sha (hs), + report_sha (move (hs)) { } -- cgit v1.1