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