mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Attempt to fix hook problem (#7854)
This commit is contained in:
		| @@ -96,6 +96,7 @@ func runHookPreReceive(c *cli.Context) error { | ||||
| 				UserID:                          userID, | ||||
| 				GitAlternativeObjectDirectories: os.Getenv(private.GitAlternativeObjectDirectories), | ||||
| 				GitObjectDirectory:              os.Getenv(private.GitObjectDirectory), | ||||
| 				GitQuarantinePath:               os.Getenv(private.GitQuarantinePath), | ||||
| 				ProtectedBranchID:               prID, | ||||
| 			}) | ||||
| 			switch statusCode { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user