From cc54cf6e3aa3a8c9fd463541bc95b98be7ca8b2d Mon Sep 17 00:00:00 2001 From: Olivier Date: Wed, 24 Dec 2025 16:56:59 -0400 Subject: [PATCH] Update Git configuration for Gitea Action in update-cursor workflow --- .github/workflows/update-cursor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-cursor.yml b/.github/workflows/update-cursor.yml index 5ace713..844e43d 100644 --- a/.github/workflows/update-cursor.yml +++ b/.github/workflows/update-cursor.yml @@ -74,8 +74,8 @@ jobs: echo "Commit message: $COMMIT_MSG" - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + 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 commit -m "$COMMIT_MSG" git push