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,6 +67,7 @@ jobs:
$issue_count++
}
}
$root.SetAttribute("issue_count", $issue_count)
$xml.Save("app_compat_db.xml")
"$issue_count issues have been retrieved from the compatibility database"