diff --git a/.gitea/workflows/benchmark.yaml b/.gitea/workflows/benchmark.yaml index b1b1c48..c81ccb1 100644 --- a/.gitea/workflows/benchmark.yaml +++ b/.gitea/workflows/benchmark.yaml @@ -63,8 +63,8 @@ jobs: env: BENCH_REPO: "git@git.max-richter.dev:max/nodarium-benchmarks.git" run: | - git config user.name "nodarium-bot" - git config user.email "nodarium-bot@max-richter.dev" + git config --global user.name "nodarium-bot" + git config --global user.email "nodarium-bot@max-richter.dev" # 2. Clone the benchmarks repo into a temp folder git config --global core.sshCommand "ssh -vv -p 2222 -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes"