Dynamically name a triggered build

When I push a repository with a sub module I trigger build of the top repository, passing the commit of the submodule to build.

I would like to show information about this commit in the pipeline overview of the top repository. All I set is that the pipeline builds “master” with the latest commit from the top repository.

Is it possible to change this naming of the pipeline?