mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 22:28:05 +01:00 
			
		
		
		
	add more README vars
This commit is contained in:
		
							parent
							
								
									bb3b90fcd6
								
							
						
					
					
						commit
						11ce720f9f
					
				| @ -530,9 +530,15 @@ func prepareRepoCommit(repo *Repository, tmpDir, repoPath string, opts CreateRep | ||||
| 		return fmt.Errorf("getRepoInitFile[%s]: %v", opts.Readme, err) | ||||
| 	} | ||||
| 
 | ||||
| 	cloneLink, err := repo.CloneLink() | ||||
| 	if err != nil { | ||||
| 		return fmt.Errorf("CloneLink: %v", err) | ||||
| 	} | ||||
| 	match := map[string]string{ | ||||
| 		"Name":        repo.Name, | ||||
| 		"Description": repo.Description, | ||||
| 		"Name":           repo.Name, | ||||
| 		"Description":    repo.Description, | ||||
| 		"CloneURL.SSH":   cloneLink.SSH, | ||||
| 		"CloneURL.HTTPS": cloneLink.HTTPS, | ||||
| 	} | ||||
| 	if err = ioutil.WriteFile(filepath.Join(tmpDir, "README.md"), | ||||
| 		[]byte(com.Expand(string(data), match)), 0644); err != nil { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user