dev #2

Open
tdpeuter wants to merge 43 commits from dev into main
Showing only changes of commit 9008b6ab3d - Show all commits

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