Compare commits

..

1 commit

Author SHA1 Message Date
ea3492ee27
escape?
Some checks failed
Build / build (push) Failing after 7s
Build / Determining hosts to build (push) Successful in 8s
Build / Determining hosts to build (pull_request) Successful in 8s
Build / build (pull_request) Failing after 7s
2026-02-08 15:28:01 +01:00

View file

@ -41,7 +41,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Debug needs outputs"
run: |
printf "%q \n" "${{ needs.determine-hosts.outputs.hosts }}"
printf "%s\n" "${{ needs.determine-hosts.outputs.hosts }}"
- name: Debug Matrix
run: |
echo "The matrix value is: ${{ matrix.hostname }}"