Skip to content

Commit d06aa9f

Browse files
author
jordanbreen28
committed
(maint) - Fix create test matrix
1 parent 2508dd2 commit d06aa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-test-matrix.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ if ($Raw) {
5151
Write-Host ($Jobs | ConvertTo-JSON)
5252
} else {
5353
# Output the result for consumption by GH Actions
54-
Write-Host "{matrix}={$($Jobs | ConvertTo-JSON -Compress)}" >> $GITHUB_OUTPUT
54+
Write-Host "matrix=$($Jobs | ConvertTo-JSON -Compress)" >> $GITHUB_OUTPUT
5555
}

0 commit comments

Comments
 (0)