Skip to content

Commit dc1f2dd

Browse files
committed
Add setup git step
1 parent d4b3259 commit dc1f2dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bench-upload.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
python3-numpy \
3939
python3-pandas
4040
sudo apt-get install -y gh
41+
- name: Set up git
42+
run: |
43+
git config --global user.email "[email protected]"
44+
git config --global user.name "enso-bench-bot"
4145
- name: Upload benchmarks (dry-run)
4246
if: ${{ github.event.inputs.just-check }}
4347
run: |

0 commit comments

Comments
 (0)