dev #2

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

View file

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