Skip to content

Commit

Permalink
Avoid multiline
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Feb 13, 2025
1 parent efd74ff commit 44bad37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
run: |
# Create a "matrix" targeting the systems we want to check (and later deploy),
# which will be consumed by the next job to start one build per system.
echo 'matrix={"include":[\
{"target":"webforge","hostname":"webforge","domain":"tahoe-lafs.org"}\
]}' >> $GITHUB_OUTPUT
echo 'matrix={"include":[{"target":"webforge","hostname":"webforge","domain":"tahoe-lafs.org"}]}' \
>> $GITHUB_OUTPUT
build:
name: Build
Expand Down

0 comments on commit 44bad37

Please sign in to comment.