printf escaped
Some checks failed
Build / Determining hosts to build (push) Failing after 8s
Build / build (push) Has been skipped
Build / Determining hosts to build (pull_request) Failing after 7s
Build / build (pull_request) Has been skipped

This commit is contained in:
Tibo De Peuter 2026-02-08 15:09:38 +01:00
parent 8824ee080c
commit 9008b6ab3d
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

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=%s\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