aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-service-data.hxx
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2024-05-30 10:17:04 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-10-15 09:05:28 +0200
commit8e42d959106a17c183efc94213c77cdaa7656b9b (patch)
treecfe3da829ceb2b5b5837cc1167675b7b5133722d /mod/mod-ci-github-service-data.hxx
parent4577935d2e901896e7d0117a1a5f9715f0f8df68 (diff)
Rename head_sha to report_sha in service data
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r--mod/mod-ci-github-service-data.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx
index f55a7dd..21c8a8f 100644
--- a/mod/mod-ci-github-service-data.hxx
+++ b/mod/mod-ci-github-service-data.hxx
@@ -104,7 +104,7 @@ namespace brep
timestamp iat_expires_at,
uint64_t installation_id,
string repository_node_id,
- string head_sha);
+ string report_sha);
// The pull_request constructor.
//
@@ -113,7 +113,7 @@ namespace brep
timestamp iat_expires_at,
uint64_t installation_id,
string repository_node_id,
- string head_sha,
+ string report_sha,
string repository_clone_url,
uint32_t pr_number);