Relying solely on the ref isn't going to work if applications are coming from multiple repositories (a client and an API). Adding a repoUrlshould do the trick and is available in push webhook notifications for both GitLab and GitHub.
To keep things consistent (and the option to open the repo from the dashboard), the URL should be a "web url", not a ssh clone URL.
Relying solely on the
ref
isn't going to work if applications are coming from multiple repositories (a client and an API). Adding arepoUrl
should do the trick and is available in push webhook notifications for both GitLab and GitHub.To keep things consistent (and the option to open the repo from the dashboard), the URL should be a "web url", not a ssh clone URL.