mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 17:32:27 +08:00 
			
		
		
		
	new line GitHub env improvements
This commit is contained in:
		| @@ -78,7 +78,7 @@ function Set-GHVariable { | ||||
|     Write-Verbose "Setting CI variable $Name to $Value" -Verbose | ||||
|  | ||||
|     if ($env:GITHUB_ENV) { | ||||
|         "$Name=$Value" | Out-File $env:GITHUB_ENV -Append | ||||
|         echo "$Name=$Value" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8 | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user