display all env vars

This commit is contained in:
David Refoua 2022-12-25 17:33:10 +00:00
parent c9e872e826
commit b5ae5eb711

View File

@ -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