diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-05-30 10:17:04 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | 443678c15f3bda4b258b31ed2d6ef409577cafdf (patch) | |
tree | 9f55bd7f3d16653ea755007ae3248b937392415a /mod/mod-ci-github-service-data.hxx | |
parent | d8de87eb714aa27e87a08fafccbd9b685e19fe3b (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.hxx | 4 |
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); |