We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b70ee commit 4ae51a7Copy full SHA for 4ae51a7
lib/index.ts
@@ -98,11 +98,7 @@ export default async function (root: string, variables: Variables) {
98
"scripts/clean.ts": copy(join(__dirname, "content", "clean.ts")),
99
".github/workflows/ci.yml": mustache({
100
sourcePath: join(__dirname, "content", "ci.yml"),
101
- variables: {
102
- postgress: false,
103
- env_vault: false,
104
- ...variables.ci,
105
- },
+ variables: variables.ci || {},
106
}),
107
".github/matchers/tap.json": copy(join(__dirname, "content", "tap.json")),
108
};
0 commit comments