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 6a9d4ca commit 93d8c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
run: |
VERSIONS_ARRAY=$(npm show aws-cdk time --json | jq 'del(.created, .modified) | keys' -c)
MATRIX="{\"cdk-version\":$VERSIONS_ARRAY}"
echo "MATRIX=$MATRIX" >> $GITHUB_ENV
#echo "MATRIX=$MATRIX" >> $GITHUB_ENV
echo "MATRIX=$MATRIX" | tee -a $GITHUB_ENV
echo $MATRIX

Expand Down

0 comments on commit 93d8c02

Please sign in to comment.