Skip to content

Commit

Permalink
Testing output fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmidi committed Jan 29, 2025
1 parent a0c99cf commit f5b96c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- id: set-matrix
run: |
JSON=$(cat params/Base.json | jq '.parameterSets | keys' )
echo "matrix=${JSON//'%'/'%25'}" >> $GITHUB_OUTPUT
echo -n 'matrix=' >> $GITHUB_OUTPUT
cat params/Base.json | jq '.parameterSets | keys' >> $GITHUB_OUTPUT
build:
needs: [ setup ]
Expand Down

0 comments on commit f5b96c0

Please sign in to comment.