mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
remove duplicate variable settings
This commit is contained in:
parent
fd12ece9af
commit
af6472cb57
1
.github/workflows/vendor.yml
vendored
1
.github/workflows/vendor.yml
vendored
@ -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
|
||||
|
@ -108,8 +108,6 @@ function Fetch-DownloadUrl {
|
||||
$headers["Authorization"] = "token $($env:GITHUB_TOKEN)"
|
||||
}
|
||||
|
||||
Write-Host $headers
|
||||
|
||||
# Api server for GitHub
|
||||
$urlHost = "api.github.com"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user