Debug matrix
All checks were successful
Test / tests (push) Has been skipped
Test / tests (pull_request) Has been skipped

This commit is contained in:
Tibo De Peuter 2026-02-08 12:17:33 +01:00
parent 7d8a6693c1
commit 2996df479f
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -36,6 +36,8 @@ jobs:
- uses: https://github.com/cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Debug Matrix
run: echo "The matrix value is: [${{ matrix.hostname }}]"
- name: "Define host"
env:
hostname: ${{ matrix.hostname }}