mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-30 17:01:57 +08:00 
			
		
		
		
	remove duplicate variable settings
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/vendor.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/vendor.yml
									
									
									
									
										vendored
									
									
								
							| @@ -33,7 +33,6 @@ jobs: | ||||
|       env: | ||||
|         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|       run: | | ||||
|           $env:GITHUB_TOKEN = "${{ secrets.GITHUB_TOKEN }}" | ||||
|           $currentVersion = (Get-Content .\vendor\sources.json | ConvertFrom-Json) | ||||
|           . .\scripts\update.ps1 -verbose | ||||
|           Set-GHVariable -Name COUNT_UPDATED -Value $count | ||||
|   | ||||
| @@ -108,8 +108,6 @@ function Fetch-DownloadUrl { | ||||
|         $headers["Authorization"] = "token $($env:GITHUB_TOKEN)" | ||||
|     } | ||||
|  | ||||
|     Write-Host $headers | ||||
|  | ||||
|     # Api server for GitHub | ||||
|     $urlHost = "api.github.com" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user