forked from Bos55/nix-config
Debugging needs outputs hosts
This commit is contained in:
parent
4245b09a71
commit
bc42639059
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- name: "Debug needs outputs"
|
- name: "Debug needs outputs"
|
||||||
run: |
|
run: |
|
||||||
echo "${{ needs.determine-hosts.outputs }}"
|
echo "${{ needs.determine-hosts.outputs.hosts }}"
|
||||||
- name: Debug Matrix
|
- name: Debug Matrix
|
||||||
run: |
|
run: |
|
||||||
echo "The matrix value is: ${{ matrix.hostname }}"
|
echo "The matrix value is: ${{ matrix.hostname }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue