mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-17 07:11:05 +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')
|
if: env.COUNT_UPDATED > 0 && (env.HAS_BREAKING_CHANGES == 'True' || env.AUTO_MERGED == 'false')
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
$updateVendorBranchUrl = "$($env:GITHUB_SERVER_URL)/$($env:GITHUB_REPOSITORY)/tree/update-vendor"
|
||||||
$summary = @"
|
$summary = @"
|
||||||
### 🎉 Pull Request Created
|
### 🎉 Pull Request Created
|
||||||
|
|
||||||
A pull request has been created to update the vendor dependencies.
|
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:** " })
|
$(if (-not [string]::IsNullOrEmpty($env:LIST_UPDATED)) { "**Updated dependencies:** $env:LIST_UPDATED" } else { "**Updated dependencies:** " })
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user