From dbe6e91c4eb506346db5e180787b411e375b4f3c Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 13 Oct 2025 06:25:49 -0700 Subject: [PATCH] Fix: Correct git add path for README file --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0ffdfc2..aabf4d0 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.md tests + git add README tests git diff --staged --quiet || (git commit -m "Docs: Update benchmark results" && git push)