diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-04-24 10:00:08 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | 8576cbed127d53432ac20144d70ae7a7de4f4e74 (patch) | |
tree | db0ff494d48a99191a04078d50e31f9711d76083 /mod/mod-ci-github-gh.cxx | |
parent | c16410d19ea96e82a8adb164635411df54a8be53 (diff) |
Don't pass build hints to build_building() or build_built()
Diffstat (limited to 'mod/mod-ci-github-gh.cxx')
-rw-r--r-- | mod/mod-ci-github-gh.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/mod-ci-github-gh.cxx b/mod/mod-ci-github-gh.cxx index 4e5ae9b..298d21f 100644 --- a/mod/mod-ci-github-gh.cxx +++ b/mod/mod-ci-github-gh.cxx @@ -40,8 +40,7 @@ namespace brep } string - gh_check_run_name (const build& b, - const tenant_service_base::build_hints* bh) + gh_check_run_name (const build& b, const build_queued_hints* bh) { string r; |