You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/generators/production_python_smart_contract_python/.github/workflows/production-python-smart-contract-python-cd.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ jobs:
31
31
run: pipx install algokit
32
32
33
33
- name: Bootstrap dependencies
34
-
run: algokit project bootstrap all --project-name 'production_python_smart_contract_python'
Copy file name to clipboardexpand all lines: examples/generators/production_python_smart_contract_python/.github/workflows/production-python-smart-contract-python-ci.yaml
+8-8
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ jobs:
27
27
run: algokit localnet start
28
28
29
29
- name: Bootstrap dependencies
30
-
run: algokit project bootstrap all --project-name 'production_python_smart_contract_python'
Copy file name to clipboardexpand all lines: examples/generators/production_python_smart_contract_typescript/.github/workflows/production-python-smart-contract-typescript-cd.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ jobs:
31
31
run: pipx install algokit
32
32
33
33
- name: Bootstrap dependencies
34
-
run: algokit project bootstrap all --project-name 'production_python_smart_contract_typescript'
Copy file name to clipboardexpand all lines: examples/generators/production_python_smart_contract_typescript/.github/workflows/production-python-smart-contract-typescript-ci.yaml
+8-8
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ jobs:
27
27
run: algokit localnet start
28
28
29
29
- name: Bootstrap dependencies
30
-
run: algokit project bootstrap all --project-name 'production_python_smart_contract_typescript'
Copy file name to clipboardexpand all lines: template_content/{% if use_github_actions %}.github{% endif %}/workflows/{% include pathjoin('includes', 'project_name_kebab.jinja') %}-cd.yaml.jinja
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ jobs:
36
36
run: pipx install algokit
37
37
38
38
- name: Bootstrap dependencies
39
-
run: algokit project bootstrap all --project-name '{{ project_name }}'
39
+
run: algokit project bootstrap all {%ifuse_workspace%}--project-name '{{ project_name }}'{%endif%}
Copy file name to clipboardexpand all lines: template_content/{% if use_github_actions %}.github{% endif %}/workflows/{% include pathjoin('includes', 'project_name_kebab.jinja') %}-ci.yaml.jinja
+8-8
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ jobs:
30
30
run: algokit localnet start
31
31
32
32
- name: Bootstrap dependencies
33
-
run: algokit project bootstrap all --project-name '{{ project_name }}'
33
+
run: algokit project bootstrap all {%ifuse_workspace%}--project-name '{{ project_name }}'{%endif%}
0 commit comments