mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 03:12:16 +08:00 
			
		
		
		
	display all env vars
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/vendor.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/vendor.yml
									
									
									
									
										vendored
									
									
								
							@@ -33,6 +33,8 @@ jobs:
 | 
			
		||||
      env:
 | 
			
		||||
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
      run: |
 | 
			
		||||
          Write-Host ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
          dir env
 | 
			
		||||
          $currentVersion = (Get-Content .\vendor\sources.json | ConvertFrom-Json)
 | 
			
		||||
          . .\scripts\update.ps1 -verbose
 | 
			
		||||
          Set-GHVariable -Name COUNT_UPDATED -Value $count
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user