Update Git configuration for Gitea Action in update-cursor workflow
This commit is contained in:
@@ -74,8 +74,8 @@ jobs:
|
|||||||
|
|
||||||
echo "Commit message: $COMMIT_MSG"
|
echo "Commit message: $COMMIT_MSG"
|
||||||
|
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "git@chiasson.cloud"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "Gitea Action"
|
||||||
git add flake.nix flake.lock cursor-release.nix
|
git add flake.nix flake.lock cursor-release.nix
|
||||||
git commit -m "$COMMIT_MSG"
|
git commit -m "$COMMIT_MSG"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user