mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
display all env vars
This commit is contained in:
parent
c9e872e826
commit
b5ae5eb711
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
|
||||
|
Loading…
Reference in New Issue
Block a user