Skip to content

Commit c065ee6

Browse files
fix(template): set project-description and docs params
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 58e5462 commit c065ee6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/template.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,17 @@ jobs:
165165
pwd
166166
rm -fr pnt-mono
167167
168-
nix --accept-flake-config run github:juspay/omnix -- init "$REPO_REF" -o pnt-mono --non-interactive --params '{
168+
nix --accept-flake-config run github:juspay/omnix/v1.3.0 -- init "$REPO_REF" -o pnt-mono --non-interactive --params '{
169169
"package-name-kebab-case": "pnt-mono",
170170
"package-name-snake-case": "pnt_mono",
171171
"monorepo-package": true,
172172
"git-org": "pnt-mono",
173173
"author": "Pnt Mono",
174174
"author-email": "mono@pnt.org",
175+
"project-description": "Test monorepo template project",
175176
"vscode": true,
176177
"github-ci": true,
178+
"docs": true,
177179
"nix-template": true
178180
}'
179181
@@ -198,15 +200,17 @@ jobs:
198200
pwd
199201
rm -fr pnt-new
200202
201-
nix --accept-flake-config run github:juspay/omnix -- init "$REPO_REF" -o pnt-new --non-interactive --params '{
203+
nix --accept-flake-config run github:juspay/omnix/v1.3.0 -- init "$REPO_REF" -o pnt-new --non-interactive --params '{
202204
"package-name-kebab-case": "pnt-new",
203205
"package-name-snake-case": "pnt_new",
204206
"monorepo-package": false,
205207
"git-org": "pnt-new",
206208
"author": "Pnt New",
207209
"author-email": "new@pnt.org",
210+
"project-description": "Test single-package template project",
208211
"vscode": true,
209212
"github-ci": true,
213+
"docs": false,
210214
"nix-template": false
211215
}'
212216

0 commit comments

Comments
 (0)