Fix: Update git add command in workflow

This commit is contained in:
2025-11-13 12:48:50 -08:00
parent 3dca49efe5
commit de1de6723f

View File

@@ -31,3 +31,4 @@ jobs:
git add README tests results.json
git diff --staged --quiet || (git commit -m "Docs: Update benchmark results" && git push)