Skip to content

Commit 26827ae

Browse files
committed
workflow updates
1 parent 6edcfee commit 26827ae

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/vendor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
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

0 commit comments

Comments
 (0)