mirror of
https://github.com/Vita3K/compatibility.git
synced 2024-11-23 05:19:40 +00:00
workflows/update compat db: Add issue count in root attribute.
This commit is contained in:
parent
7d439e107b
commit
b4540a251a
3
.github/workflows/update_compat_db.yml
vendored
3
.github/workflows/update_compat_db.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user