Values.GitHubLocationSourceInformation about the location of application artifacts stored in GitHub.
type nonrec t = {repository : Repository.t option;The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision. Specified as account/repository.
*)commitId : CommitId.t option;The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
*)}