From ba767873f4b93897a761c68e47bb4c7f27c9dfef Mon Sep 17 00:00:00 2001 From: Olivier Date: Sat, 17 Jan 2026 14:29:55 -0400 Subject: [PATCH] Remove cursor-release.nix from git add command in update-cursor.yml to streamline commit process. --- .github/workflows/update-cursor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cursor.yml b/.github/workflows/update-cursor.yml index 844e43d..91b13d2 100644 --- a/.github/workflows/update-cursor.yml +++ b/.github/workflows/update-cursor.yml @@ -76,7 +76,7 @@ jobs: git config --local user.email "git@chiasson.cloud" git config --local user.name "Gitea Action" - git add flake.nix flake.lock cursor-release.nix + git add flake.nix flake.lock git commit -m "$COMMIT_MSG" git push