mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	use paranthesis to fix bug
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/vendor.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/vendor.yml
									
									
									
									
										vendored
									
									
								
							| @@ -43,7 +43,7 @@ jobs: | ||||
|             } | ||||
|           } | ||||
|           Set-GHVariable -Name LIST_UPDATED -Value $listUpdated.Trim(', ') | ||||
|           Set-GHVariable -Name UPDATE_MESSAGE -Value [System.Web.HTTPUtility]::UrlEncode($updateMessage) | ||||
|           Set-GHVariable -Name UPDATE_MESSAGE -Value ([System.Web.HTTPUtility]::UrlEncode($updateMessage)) | ||||
|  | ||||
|     - uses: peter-evans/create-pull-request@v4 | ||||
|       with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user