From 6767df7f917d54e50ba8ef0a5ff011a4dbe1cff3 Mon Sep 17 00:00:00 2001 From: trev Date: Sat, 17 May 2025 04:08:10 -0400 Subject: [PATCH] style: rename --- .actions/init/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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