]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: test nightly
authorJérémie Astor <fennecdjay@gmail.com>
Fri, 2 Apr 2021 12:02:09 +0000 (14:02 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Fri, 2 Apr 2021 12:02:09 +0000 (14:02 +0200)
.github/workflows/nightly.yml

index c86a8d2dff2992eb0c959759db408ab3a78242d3..c9077b06686cdd696800e8f222677a176ca8866e 100644 (file)
@@ -42,6 +42,8 @@ jobs:
     - name: Set tag
       if: ${{ matrix.os == 'ubuntu-latest' }}
       run: |
+        git config --local user.email "action@github.com"
+        git config --local user.name "GitHub Action"
         git tag -f -a nightly
         git push origin -f nightly