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 668b13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
1 change: 0 additions & 1 deletion packages/cli/src/commands/init/createGitRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const createGitRepository = async (folder: string) => {
);
loader.succeed();
} catch (e) {
console.log(e);
loader.fail(
'Could not create an empty Git repository, see debug logs with --verbose',
);
Expand Down

0 comments on commit 668b13f

Please sign in to comment.