workflows/update compat db: Add issue count in root attribute.

This commit is contained in:
Zangetsu38 2024-03-28 16:42:12 +01:00
parent 7d439e107b
commit b4540a251a

View File

@ -67,7 +67,8 @@ jobs:
$issue_count++
}
}
$xml.Save("app_compat_db.xml")
$root.SetAttribute("issue_count", $issue_count)
$xml.Save("app_compat_db.xml")
"$issue_count issues have been retrieved from the compatibility database"
Add-Content -Path $env:GITHUB_ENV -Value "db_updated_at=$db_updated_at"