Skip to content

Commit

Permalink
Update packages.yml
Browse files Browse the repository at this point in the history
Strip newlines
  • Loading branch information
isc-tleavitt committed Jan 12, 2024
1 parent 3224660 commit c57fa56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
steps:
- id: set-matrix
run: |
matrix=`curl https://pm.community.intersystems.com/packages/-/all | jq '.[].name' | jq -s`
matrix=`curl https://pm.community.intersystems.com/packages/-/all | jq '.[].name' | jq -s | tr -d '\n\t\r '`
echo $matrix
echo "matrix=${matrix}" >> "$GITHUB_OUTPUT"
job2:
needs: job1
Expand Down

0 comments on commit c57fa56

Please sign in to comment.