remove duplicate variable settings

This commit is contained in:
David Refoua 2022-12-25 17:55:56 +00:00
parent fd12ece9af
commit af6472cb57
2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -108,8 +108,6 @@ function Fetch-DownloadUrl {
$headers["Authorization"] = "token $($env:GITHUB_TOKEN)"
}
Write-Host $headers
# Api server for GitHub
$urlHost = "api.github.com"