Skip to content

Commit b26820e

Browse files
committed
use output
1 parent 15e4a6d commit b26820e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
id: set-matrix
3737
run: |
3838
VERSIONS_ARRAY=$(npm show aws-cdk time --json | jq 'del(.created, .modified) | keys' -c)
39-
echo $VERSIONS_ARRAY
40-
echo "MATRIX={\"cdk-version\":$( echo "$VERSIONS_ARRAY" )}" >> $GITHUB_ENV
39+
echo "MATRIX={\"cdk-version\":$VERSIONS_ARRAY)}" >> $GITHUB_ENV
40+
echo $MATRIX
4141
shell: bash
4242

4343

0 commit comments

Comments
 (0)