CI add git user data

main
Dragan Filipovic 2021-04-17 00:36:22 +02:00
parent 386c8766a0
commit 9ae3c340cb
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
- name: Setup NodeJS and run build
uses: actions/setup-node@v1
with: