From: Jérémie Astor Date: Sun, 18 Oct 2020 15:48:20 +0000 (+0200) Subject: :wrench: Fix yaml X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2a68326ed172cbedc20f7694540c8cfd87ffac8a;p=gwion.git :wrench: Fix yaml --- 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: |