forked from Bos55/nix-config
printf escaped
This commit is contained in:
parent
8824ee080c
commit
84d02e419d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue