From 2a68326ed172cbedc20f7694540c8cfd87ffac8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 18 Oct 2020 17:48:20 +0200 Subject: [PATCH] :wrench: Fix yaml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc360938..daf6e983 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,8 +26,8 @@ jobs: - name: GIT things run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --global user.email "action@github.com" + git config --global user.name "GitHub Action" - name: Get benchmarks run: | -- 2.43.0