mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
fix github variable
This commit is contained in:
parent
e1a0d3850c
commit
3fe76de9b5
2
.github/workflows/vendor.yml
vendored
2
.github/workflows/vendor.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
$updateMessage += "- **$($s.name)** ($oldVersion → **$($s.version)**)\n"
|
||||
}
|
||||
}
|
||||
Set-GHVariable -Name $listUpdated -Value $listUpdated.Trim(', ')
|
||||
Set-GHVariable -Name LIST_UPDATED -Value $listUpdated.Trim(', ')
|
||||
Set-GHVariable -Name UPDATE_MESSAGE -Value $updateMessage
|
||||
|
||||
- uses: peter-evans/create-pull-request@v4
|
||||
|
Loading…
Reference in New Issue
Block a user