Merge branch 'master' into copilot/fix-github-step-summary

This commit is contained in:
Dax T Games
2026-02-22 12:36:55 -05:00
committed by GitHub
2 changed files with 1 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ jobs:
- name: Summary - Update check results
shell: pwsh
run: |
$count = $env:COUNT_UPDATED
$count = [int]$env:COUNT_UPDATED
if ($count -eq 0) {
$summary = @"
### ✅ No Updates Available