diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index b686a436..b5394a9f 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -94,6 +94,8 @@ jobs: run: | echo "Pushing benchmark results..." cd gh-pages + git config user.name github-actions + git config user.email github@users.noreply.github.com git add ./dev/bench/data.json git commit -m "Add benchmarks results for ${{ github.sha }}" git push diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c43a6ed9..3fe660b4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -87,6 +87,8 @@ jobs: run: | echo "Pushing benchmark results..." cd gh-pages + git config user.name github-actions + git config user.email github@users.noreply.github.com git add ./dev/bench/data.json git commit -m "Add benchmarks results for ${{ github.sha }}" git push