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 96492dc commit c02f0a5Copy full SHA for c02f0a5
lib/index.ts
@@ -98,7 +98,11 @@ 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: variables.ci,
+ variables: {
102
+ postgress: false,
103
+ env_vault: false,
104
+ ...variables.ci,
105
+ },
106
}),
107
".github/matchers/tap.json": copy(join(__dirname, "content", "tap.json")),
108
};
0 commit comments