Remove cursor-release.nix from git add command in update-cursor.yml to streamline commit process.
This commit is contained in:
@@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
git config --local user.email "git@chiasson.cloud"
|
git config --local user.email "git@chiasson.cloud"
|
||||||
git config --local user.name "Gitea Action"
|
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 commit -m "$COMMIT_MSG"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user