From 170cf22a58e0ffa58b33b05c27291d68285ed9c3 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 9 Aug 2025 17:57:58 +0200 Subject: [PATCH] pls work --- .gitea/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index f89f447..3ba2595 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -8,12 +8,12 @@ jobs: outputs: check-success: ${{ steps.check.outcome == 'success' }} steps: - - name: Checkout repo + - name: checkout repo uses: actions/checkout@v4 - - name: Install Nix + - name: install Nix uses: cachix/install-nix-action@v31 - id: check - name: Run nix flake show + name: run nix flake show run: nix flake show --show-trace deploy: