Fix: Correct git add path for README file

This commit is contained in:
2025-10-13 06:25:49 -07:00
parent 7a0f9d6d82
commit dbe6e91c4e

View File

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