Skip to content

Commit b91e4a7

Browse files
committed
chore: raw output on json
1 parent 43ae0dc commit b91e4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
include: $matrix
4545
}
4646
47-
"matrix_config=" + ($matrix_config | to json) | save --append $env.GITHUB_OUTPUT'
47+
$"matrix_config=($matrix_config | to json -r)" | save --append $env.GITHUB_OUTPUT'
4848
build:
4949
needs: prepare
5050
strategy:

0 commit comments

Comments
 (0)