From 7fa7b2582be03a82c30faa165c6d6f9deaff4c7f Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 11 Sep 2025 23:34:07 +1000 Subject: [PATCH] Rename updateFran to franUpdate in workflow --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c697431..b7e8cab 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,7 +14,7 @@ jobs: - name: Install Determinate Nix uses: DeterminateSystems/determinate-nix-action@v3 - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix run .#updateFran + - run: nix run .#franUpdate - name: Update n flake.lock uses: DeterminateSystems/update-flake-lock@v27 with: