File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 50
50
run : poetry install --no-interaction
51
51
52
52
- name : Test
53
- run : poetry run copier copy ./ ./dist --data-file "./.github/assets/.copier-answers.yml" -f
53
+ run : poetry run copier copy ./ ./dist --data-file "./.github/assets/.copier-answers.yml" -f --vcs-ref=HEAD
54
54
55
55
- name : Upload artifacts
56
56
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -71,6 +71,16 @@ You can update the template in your destination folder with:
71
71
copier update --trust path/to/destination
72
72
```
73
73
74
+ ### Develpment
75
+
76
+ The devcontainer is already set up for you, just open the project in VSCode and you will be prompted to open the project in the devcontainer.
77
+
78
+ To test the project you can run:
79
+
80
+ ``` bash
81
+ copier copy ./ ./dist --data-file " ./.github/assets/.copier-answers.yml" -f --vcs-ref=HEAD
82
+ ```
83
+
74
84
### Variables
75
85
76
86
The template uses the following variables to customize the project:
You can’t perform that action at this time.
0 commit comments