pin to v1.0.0 of github action parser
这个提交包含在:
		
							
								
								
									
										10
									
								
								vendor/github.com/mitchellh/go-homedir/homedir.go
									
									
									
										自动生成的
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								vendor/github.com/mitchellh/go-homedir/homedir.go
									
									
									
										自动生成的
									
									
										vendored
									
									
								
							@@ -76,6 +76,16 @@ func Expand(path string) (string, error) {
 | 
			
		||||
	return filepath.Join(dir, path[1:]), nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Reset clears the cache, forcing the next call to Dir to re-detect
 | 
			
		||||
// the home directory. This generally never has to be called, but can be
 | 
			
		||||
// useful in tests if you're modifying the home directory via the HOME
 | 
			
		||||
// env var or something.
 | 
			
		||||
func Reset() {
 | 
			
		||||
	cacheLock.Lock()
 | 
			
		||||
	defer cacheLock.Unlock()
 | 
			
		||||
	homedirCache = ""
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func dirUnix() (string, error) {
 | 
			
		||||
	homeEnv := "HOME"
 | 
			
		||||
	if runtime.GOOS == "plan9" {
 | 
			
		||||
 
 | 
			
		||||
		在新工单中引用
	
	屏蔽一个用户