mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-15 22:27:51 +08:00
remove duplicate variable settings
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user