File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 ## 📦 Update Vendor - Workflow Summary
3636
3737 🔍 Checking for vendor dependency updates...
38-
3938 "@
4039
4140 $summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8
@@ -176,7 +175,6 @@ jobs:
176175 📦 **$env:SINGLE_DEP_NAME** updated from ``$env:SINGLE_DEP_OLD_VERSION`` to ``$env:SINGLE_DEP_NEW_VERSION``
177176
178177 📦 **$count** vendor $word updated:
179-
180178 "@
181179 }
182180
@@ -269,7 +267,6 @@ jobs:
269267 **Branch:** `update-vendor`
270268
271269 $env:LIST_UPDATED -and "**Updated dependencies:** $env:LIST_UPDATED" -or "**Updated dependencies:**
272-
273270 "@
274271
275272 if ($env:HAS_BREAKING_CHANGES -eq 'True') {
@@ -280,7 +277,6 @@ jobs:
280277
281278 $summary += @"
282279 > Please review and merge the pull request to apply the updates.
283-
284280 "@
285281
286282 $summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8
You can’t perform that action at this time.
0 commit comments