Skip to content

Commit

Permalink
Fix error on CI
Browse files Browse the repository at this point in the history
```
fatal: empty ident name (for <runner@fv-az12.ic5s1pbqv5tutcdzrdjrij0z1f.cx.internal.cloudapp.net>) not allowed
```

https://github.com/sue445/rubocop_auto_corrector/pull/23/checks?check_run_id=370459448
  • Loading branch information
sue445 committed Jan 2, 2020
1 parent 992d986 commit 5ad1781
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ jobs:
command: before-build
continue-on-error: ${{ endsWith(matrix.ruby, '-dev') }}

- name: Set up git
run: |
set -xe
git config --global user.email "github-runner@example.com"
git config --global user.name "github runner"
- name: Run test
run: |
set -xe
Expand Down

0 comments on commit 5ad1781

Please sign in to comment.