mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
workflows/check-deploy: Fix generate-matrix outputs
This commit is contained in:
parent
d37a9c23a1
commit
90d01ecd17
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check-deploy.yml
vendored
1
.github/workflows/check-deploy.yml
vendored
|
|
@ -8,6 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
checks: ${{ steps.checks.outputs.checks }}
|
||||
hosts: ${{ steps.hosts.outputs.hosts }}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: cachix/install-nix-action@v31
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue