Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Jul 19, 2024
1 parent eeec471 commit b967165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:

- run: |
ls -l results
mapfile -t LIST < <(echo '${{ needs.implementations.outputs.pairs }}' | jq '.[]')
mapfile -t LIST < <(echo '${{ needs.implementations.outputs.pairs }}' | jq '.[]' | sort)
for PREFIX in "${LIST[@]}"; do
echo "PREFIX: $PREFIX"
PREFIX=$(echo "$PREFIX" | tr -d '"')
Expand Down

0 comments on commit b967165

Please sign in to comment.