Feat: Add results.json to commit step

This commit is contained in:
2025-10-13 10:33:33 -07:00
parent b8a8d2fa75
commit b5ae50e0fe

View File

@@ -28,5 +28,6 @@ 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 tests results.json
git diff --staged --quiet || (git commit -m "Docs: Update benchmark results" && git push)