I get to the point: ```repo_id = gitlab_repo.id.ap...
# python
s
I get to the point:
Copy code
repo_id = gitlab_repo.id.apply(lambda repo_id:
      print(f"<https://gitlab.com/api/v4/projects/{repo_id}/environments>")
      
)