Compare commits

..

1 commit

Author SHA1 Message Date
f8c96e6f1e
printf escaped
Some checks failed
Build / Determining hosts to build (push) Failing after 10s
Build / build (push) Has been skipped
Build / Determining hosts to build (pull_request) Failing after 9s
Build / build (pull_request) Has been skipped
2026-02-08 15:11:58 +01:00

View file

@ -23,7 +23,7 @@ jobs:
id: hosts id: hosts
run: | run: |
hostnames="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)" hostnames="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)"
printf "hostnames=%q \n" "${hostnames}" >> "${GITHUB_OUTPUT}" # Preserve quotes printf "hostnames= %q\n" "${hostnames}" >> "${GITHUB_OUTPUT}" # Preserve quotes
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest