We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29238f commit 6f29347Copy full SHA for 6f29347
.github/workflows/Badge_downloads.yml
@@ -47,7 +47,7 @@ jobs:
47
48
$Summary = $page1 + $page2
49
Write-Verbose -Message $Summary -Verbose
50
- $Summary = "{0:N1} Million" -f ($Summary/1000000)
+ $Summary = "{0:N3} Million" -f ($Summary/1000000)
51
52
53
0 commit comments