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

@@ -1,8 +1,3 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Enable version updates for GitHub Actions

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