Skip to content

Commit 5b4d5a5

Browse files
fix(ci): Set git username
1 parent c795a68 commit 5b4d5a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
yarncmd: ['test', 'test:downstream', 'docs']
2222
steps:
2323
- uses: actions/checkout@v2
24+
- name: Configure Environment
25+
run: |
26+
npm config set scripts-prepend-node-path auto
27+
git config --global user.email [email protected]
28+
git config --global user.name uirouter_github_actions
2429
- name: Install Dependencies
2530
run: yarn install --pure-lockfile
2631
- name: Run yarn ${{ matrix.yarncmd }}

0 commit comments

Comments
 (0)