mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-16 23:01:08 +08:00
Link update-vendor branch in summary
This commit is contained in:
3
.github/workflows/vendor.yml
vendored
3
.github/workflows/vendor.yml
vendored
@@ -264,12 +264,13 @@ jobs:
|
||||
if: env.COUNT_UPDATED > 0 && (env.HAS_BREAKING_CHANGES == 'True' || env.AUTO_MERGED == 'false')
|
||||
shell: pwsh
|
||||
run: |
|
||||
$updateVendorBranchUrl = "$($env:GITHUB_SERVER_URL)/$($env:GITHUB_REPOSITORY)/tree/update-vendor"
|
||||
$summary = @"
|
||||
### 🎉 Pull Request Created
|
||||
|
||||
A pull request has been created to update the vendor dependencies.
|
||||
|
||||
**Branch:** ``update-vendor``
|
||||
**Branch:** [``update-vendor``]($updateVendorBranchUrl)
|
||||
|
||||
$(if (-not [string]::IsNullOrEmpty($env:LIST_UPDATED)) { "**Updated dependencies:** $env:LIST_UPDATED" } else { "**Updated dependencies:** " })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user