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 33ae771 commit ee64859Copy full SHA for ee64859
.github/workflows/Badge_downloads.yml
@@ -47,6 +47,7 @@ jobs:
47
48
$Summary = $page1 + $page2
49
$Summary = "{0:N1}k" -f ($Summary/1000)
50
+ # "{0:N1} million" -f ($Summary/1000000)
51
52
Write-Verbose -Message $Summary -Verbose
53
0 commit comments