Skip to content

Commit

Permalink
ignore inputs key
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Feb 21, 2023
1 parent 1c80fd6 commit 9bf7b1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/custom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ export default class Custom extends Command {
command = command.replace(key, `-y ${filePath}`);
continue;
}
if (key === "inputs") {
continue;
}
if (key.startsWith("input")) {
inputs.push({
name: key,
Expand Down

0 comments on commit 9bf7b1c

Please sign in to comment.