]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fix yaml
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 18 Oct 2020 15:48:20 +0000 (17:48 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 18 Oct 2020 15:48:20 +0000 (17:48 +0200)
.github/workflows/build.yml

index cc360938fdd3ee18627c37597f70c53f3d33482f..daf6e983fb98808e60b1005467fefbc3c60a1be4 100644 (file)
@@ -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: |