Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b7eb37e

Browse files
committed
configure git
1 parent 7b8567d commit b7eb37e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- name: install dependencies
3333
run: apm ci
3434

35+
- name: configure git
36+
shell: bash
37+
run: |
38+
git config --global user.name Hubot
39+
git config --global user.email [email protected]
40+
3541
- name: Run the tests
3642
if: ${{ !contains(matrix.os, 'windows') }}
3743
run: atom --test test

0 commit comments

Comments
 (0)