Skip to content

Commit 40f7b1b

Browse files
samrobillardsamuel.robillard
andauthored
Fix JSON array (#188)
Co-authored-by: samuel.robillard <samuel.robillard@workleap.com>
1 parent 6d1eafd commit 40f7b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-template-update-downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
$filteredRepos += $name
7979
}
8080
}
81-
$reposJson = ConvertTo-Json @($filteredRepos) -Compress -AsArray
81+
$reposJson = ConvertTo-Json @($filteredRepos) -Compress
8282
Add-Content -Path $env:GITHUB_OUTPUT -Value "repos=$reposJson"
8383
8484
Write-Host "Number of repositories matching query found: " $filteredRepos.Count

0 commit comments

Comments
 (0)