From 6b8c102f3f830206ded4e3d9760e5a7690509910 Mon Sep 17 00:00:00 2001 From: Olivier Giniaux Date: Thu, 23 Nov 2023 11:35:06 +0100 Subject: [PATCH] Wtf it does not work ? --- .github/workflows/bench.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 5280d39..6fe558d 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -63,14 +63,13 @@ jobs: name: benches path: benches/throughput - - name: LS - run: ls -R + - name: Git Diff + run: git diff - name: Commit & Push Benchmark Results uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update Benchmark Results - file_pattern: '*.svg' commit_user_name: Benchmark Bot commit_user_email: benchmark-bot@noreply.com commit_author: Benchmark Bot