Skip to content

Commit

Permalink
💚 update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Aug 4, 2024
1 parent f5c85b2 commit d2d29a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matrix.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ $folderObjects = $filteredFolders | ForEach-Object {
}
}

$json = $folderObjects | ConvertTo-Json
$json = $folderObjects | ConvertTo-Json -Compress

Write-Output "::set-output name=matrix::$json"
Write-Output "matrix=$json" >> $GITHUB_OUTPUT

0 comments on commit d2d29a1

Please sign in to comment.