diff --git a/.github/workflows/nextjs-quickstart-nightly.yml b/.github/workflows/nextjs-quickstart-nightly.yml index 1ffc3f6..1aa8ded 100644 --- a/.github/workflows/nextjs-quickstart-nightly.yml +++ b/.github/workflows/nextjs-quickstart-nightly.yml @@ -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 diff --git a/.github/workflows/nextjs-quickstart-stable.yml b/.github/workflows/nextjs-quickstart-stable.yml index 7f9618c..333c820 100644 --- a/.github/workflows/nextjs-quickstart-stable.yml +++ b/.github/workflows/nextjs-quickstart-stable.yml @@ -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