diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3afd3f6..9bbc5c6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,6 +25,12 @@ jobs: with: path: ./cache key: ${{ runner.os }}-benchmark-${{ github.head_ref }} // cache against branch name + # Set up Git configuration + - name: Set up Git + run: | + git config --global user.name "GitHub Actions" + git config --global user.email "actions@github.com" + # Run `github-action-benchmark` action - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1