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 f967a8e commit 409bf2aCopy full SHA for 409bf2a
dist/index.js
@@ -69,7 +69,7 @@ function run() {
69
}
70
const templatesDir = core.getInput('template');
71
if (templatesDir) {
72
- generateArgs.push('--template', templatesDir);
+ generateArgs.push('-t', templatesDir);
73
74
const config = core.getInput('config');
75
if (config) {
src/main.ts
@@ -36,7 +36,7 @@ async function run(): Promise<void> {
36
37
38
39
40
41
42
0 commit comments