Skip to content

Commit

Permalink
print jq on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 23, 2024
1 parent 7645ef1 commit e3c4cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
echo -n "hosts=" >> "$GITHUB_OUTPUT"
ls hosts | sed -n 's/\.nix$//p' | jq -R | jq -s >> "$GITHUB_OUTPUT"
ls hosts | sed -n 's/\.nix$//p' | jq -R | jq -sc >> "$GITHUB_OUTPUT"
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e3c4cef

Please sign in to comment.