We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afba786 commit 98da69aCopy full SHA for 98da69a
1 file changed
‎scripts/Update-FontsData.ps1‎
@@ -55,7 +55,7 @@ LogGroup 'Checkout' {
55
}
56
57
58
-LogGroup 'Latest Fonts' {
+LogGroup 'Getting latest fonts' {
59
$fontList = Invoke-RestMethod -Uri "https://www.googleapis.com/webfonts/v1/webfonts?key=$env:GOOGLE_DEVELOPER_API_KEY"
60
$fontFamilies = $fontList.items
61
$fonts = @()
@@ -80,7 +80,7 @@ LogGroup 'Latest Fonts' {
80
81
$changes = Run git status --porcelain
82
if ([string]::IsNullOrWhiteSpace($changes)) {
83
- Write-Output 'No changes detected.'
+ Write-Output 'Nothing to update.'
84
return
85
86
LogGroup 'Get changes' {
0 commit comments