We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba28167 + d70c3a5 commit 6eabd94Copy full SHA for 6eabd94
.github/workflows/next-latest.yml
@@ -48,6 +48,11 @@ jobs:
48
npm -v
49
cat .next-version || echo ".next-version file not found"
50
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
+
56
- name: Create Next.js project from create-command
57
run: |
58
npx create-gluestack@latest test-app --next-app-router
0 commit comments