Skip to content

Commit

Permalink
build(CI): initialize git config
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 18, 2021
1 parent 86e5812 commit 4993134
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
submodules: true
fetch-depth: 1
- name: Initialize git config
run: |
git config --global core.autocrlf false
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Setup Node environment
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 4993134

Please sign in to comment.