mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 11:22:13 +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:
 | 
					      env:
 | 
				
			||||||
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
					        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
 | 
					          Write-Host ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
 | 
					          dir env
 | 
				
			||||||
          $currentVersion = (Get-Content .\vendor\sources.json | ConvertFrom-Json)
 | 
					          $currentVersion = (Get-Content .\vendor\sources.json | ConvertFrom-Json)
 | 
				
			||||||
          . .\scripts\update.ps1 -verbose
 | 
					          . .\scripts\update.ps1 -verbose
 | 
				
			||||||
          Set-GHVariable -Name COUNT_UPDATED -Value $count
 | 
					          Set-GHVariable -Name COUNT_UPDATED -Value $count
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user