diff options
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r-- | mod/mod-ci-github.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index f8cc147..773ca5f 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -943,6 +943,7 @@ namespace brep check_run& bcr (check_runs[0]); // Build check run check_run& ccr (check_runs[1]); // Conclusion check run + bcr.name = cr.check_run.name; ccr.name = conclusion_check_run_name; // Load the service data, failing the check runs if the tenant has been |