Skip to content

Commit

Permalink
use output
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzon committed Dec 5, 2024
1 parent b26820e commit 6a9d4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
id: set-matrix
run: |
VERSIONS_ARRAY=$(npm show aws-cdk time --json | jq 'del(.created, .modified) | keys' -c)
echo "MATRIX={\"cdk-version\":$VERSIONS_ARRAY)}" >> $GITHUB_ENV
MATRIX="{\"cdk-version\":$VERSIONS_ARRAY}"
echo "MATRIX=$MATRIX" >> $GITHUB_ENV
echo $MATRIX
shell: bash

version-testing:
Expand Down

0 comments on commit 6a9d4ca

Please sign in to comment.