set git env in workflows

pull/942/head
Min RK 2020-08-11 14:34:37 +02:00
rodzic ae26639029
commit 897edd63d0
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,11 @@ on:
- pull_request
# Global environment variables
env: {}
env:
GIT_COMMITTER_EMAIL: ci-user@github.local
GIT_COMMITTER_NAME: CI User
GIT_AUTHOR_EMAIL: ci-user@github.local
GIT_AUTHOR_NAME: CI User
jobs:
# Job to run linter / autoformat