Skip to content

Commit 6eabd94

Browse files
authored
Merge pull request #2779 from gluestack/fix/test-case
fix: set git identity
2 parents ba28167 + d70c3a5 commit 6eabd94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/next-latest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
npm -v
4949
cat .next-version || echo ".next-version file not found"
5050
51+
- name: Set Git identity
52+
run: |
53+
git config --global user.name "github-actions[bot]"
54+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
55+
5156
- name: Create Next.js project from create-command
5257
run: |
5358
npx create-gluestack@latest test-app --next-app-router

0 commit comments

Comments
 (0)