Cómo mostrar el nombre completo en los embeds

No importa, lo encontré aquí. Install plugins on a self-hosted site

Una cosa a tener en cuenta, en la documentación dice que se use un “token”…

git clone https://<token>@github.com/owner/repo.git

Descubrí que necesitaba usar tu nombre de usuario de GitHub y token

git clone https://<github-username>:<token>@github.com/owner/repo.git

1 me gusta