Skip to content

Commit

Permalink
feat: update quickstart envs
Browse files Browse the repository at this point in the history
  • Loading branch information
leimonio committed Dec 18, 2023
1 parent d2295ee commit fca1937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-quickstart-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
bvm config
- name: Initialize a workspace
run: |
bit new hello-world-nextjs my-hello-world-nextjs --env teambit.community/starters/hello-world-nextjs
bit new hello-world-nextjs my-hello-world-nextjs --env frontend.nextjs/templates/community-starters/hello-world-nextjs
- name: Show component details
run: |
cd my-hello-world-nextjs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-quickstart-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
bvm config
- name: Initialize a workspace
run: |
bit new hello-world-nextjs my-hello-world-nextjs --env teambit.community/starters/hello-world-nextjs
bit new hello-world-nextjs my-hello-world-nextjs --env frontend.nextjs/templates/community-starters/hello-world-nextjs
- name: Show component details
run: |
cd my-hello-world-nextjs
Expand Down

0 comments on commit fca1937

Please sign in to comment.