Skip to content

Commit

Permalink
Fix URL, maybe issue with parameter?
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-tleavitt committed Jan 12, 2024
1 parent 29e4ece commit 290c0b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
steps:
- id: set-matrix
run: |
minVersions=3
matrix=`curl https://pm.community.intersystems.com/packages/-/all | jq 'reduce .[] as $item ([]; if $item.allVersions | length >= ${minVersions} then . + [$item.name] end)' | tr -d '\n\t\r '`
matrix=`curl https://pm.community.intersystems.com/packages/-/all?allVersions=1 | jq 'reduce .[] as $item ([]; if $item.allVersions | length >= 3 then . + [$item.name] end)' | tr -d '\n\t\r '`
echo $matrix
echo "matrix=${matrix}" >> "$GITHUB_OUTPUT"
job2:
Expand Down

0 comments on commit 290c0b4

Please sign in to comment.