Skip to content

Commit

Permalink
dsf
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Oct 5, 2024
1 parent 1e0b16b commit e547d0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
id: configure-matrix
shell: bash
run: |
# Use 'jq' to parse and convert multiline JSON to single line
echo "${{ env.config }}" | jq -c . > config.json
echo "config=$(cat config.json)" >> "$GITHUB_OUTPUT"
OUTPUT="${{ env.config }}"
echo "config=$(echo $OUTPUT)" >> "$GITHUB_OUTPUT"
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e547d0b

Please sign in to comment.