Skip to content

Commit

Permalink
fix: fill data
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Nov 6, 2023
1 parent 8590b80 commit 4be15b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:

- name: Setup Git user
run: |
git config --global user.name ""
git config --global user.email ""
git config --global user.name "test"
git config --global user.email "test@test.com"
- name: Install dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 4be15b0

Please sign in to comment.