Debugging needs outputs hosts
Some checks failed
Build / Determining hosts to build (push) Successful in 8s
Build / Determining hosts to build (pull_request) Successful in 7s
Build / build (push) Failing after 6s
Build / build (pull_request) Failing after 6s

This commit is contained in:
Tibo De Peuter 2026-02-08 14:59:10 +01:00
parent 4245b09a71
commit bc42639059
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

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