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 35e5945 commit b9c2152Copy full SHA for b9c2152
dist/index.js
@@ -73,7 +73,7 @@ function run() {
73
}
74
const additionalProperties = core.getInput('additional-properties');
75
if (additionalProperties) {
76
- generateArgs.push('-p', config);
+ generateArgs.push('-p', additionalProperties);
77
78
yield exec.exec(openApiGenerator, generateArgs);
79
src/main.ts
@@ -40,7 +40,7 @@ async function run(): Promise<void> {
40
41
42
43
44
45
46
await exec.exec(openApiGenerator, generateArgs);
0 commit comments