Fix: Correct git add path for README.md

This commit is contained in:
2025-10-13 06:22:23 -07:00
parent d562b6409f
commit e16b40ea58

View File

@@ -28,5 +28,5 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add README tests
git add README.md tests
git diff --staged --quiet || (git commit -m "Docs: Update benchmark results" && git push)