diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index aabf4d0..0ffdfc2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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)