From c2caeee02ebadaf12e3e845dd0a347c9735722e2 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Mon, 15 Jun 2026 00:35:10 +0330 Subject: [PATCH] Link update-vendor branch in summary --- .github/workflows/vendor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vendor.yml b/.github/workflows/vendor.yml index a34ef82..e7ad4c1 100644 --- a/.github/workflows/vendor.yml +++ b/.github/workflows/vendor.yml @@ -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:** " })