Skip to content

Commit

Permalink
test: use another cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Aug 5, 2023
1 parent 53892cf commit 390f320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: |
sudo apt install jq
export paths=$(ls | grep 'operator-v*')
echo $paths | jq -R -s -c 'split("\n")[:-1]' >> $GITHUB_OUTPUT
printf '%s\n' "$paths" | jq -R . | jq -cs .
# echo $paths | jq -R -s -c 'split("\n")[:-1]' >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

Expand Down

0 comments on commit 390f320

Please sign in to comment.