File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments