diff --git a/.actions/init/action.yaml b/.actions/init/action.yaml index 01cb430..df82d8d 100644 --- a/.actions/init/action.yaml +++ b/.actions/init/action.yaml @@ -1,4 +1,4 @@ -name: "initialize" +name: "Initialize" description: "install nix & use cachix" inputs: @@ -9,12 +9,12 @@ inputs: runs: using: "composite" steps: - - name: install nix + - name: Install nix uses: cachix/install-nix-action@v31 with: nix_path: nixpkgs=channel:nixos-unstable - - name: use cachix + - name: Use cachix uses: cachix/cachix-action@v16 with: name: trevstack