Skip to content

Commit

Permalink
Merge pull request #73 from ethpandaops/fix/prepare
Browse files Browse the repository at this point in the history
fix(ci): prepare action
  • Loading branch information
Savid authored Aug 29, 2023
2 parents 9bb23a9 + 6f85ef6 commit 8ba6c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ runs:
id: setup_platforms
shell: bash
run: |
PLATFORMS=$(echo "${{ steps.setup_matrix.outputs.matrix }}" | jq -r '.[] | .platform' | paste -sd "," -)
PLATFORMS=$(echo '${{ steps.setup_matrix.outputs.matrix }}' | jq -r '.[] | .platform' | paste -sd "," -)
echo "platforms=$PLATFORMS" >> $GITHUB_OUTPUT

0 comments on commit 8ba6c28

Please sign in to comment.