pls work
This commit is contained in:
parent
fb8207c1c9
commit
170cf22a58
@ -8,12 +8,12 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
check-success: ${{ steps.check.outcome == 'success' }}
|
check-success: ${{ steps.check.outcome == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: install Nix
|
||||||
uses: cachix/install-nix-action@v31
|
uses: cachix/install-nix-action@v31
|
||||||
- id: check
|
- id: check
|
||||||
name: Run nix flake show
|
name: run nix flake show
|
||||||
run: nix flake show --show-trace
|
run: nix flake show --show-trace
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user