Skip to content

Commit

Permalink
Fixed parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-kapilg committed Jan 23, 2024
1 parent 4494f61 commit 28de3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function run() {

const options: buildtool.RunBuildOptions = {
Tasks: core.getInput("tasks"),
AdditionalBuildOptions: core.getInput("build-options"),
AdditionalBuildOptions: core.getInput("additional-build-options"),
};

const command = buildtool.generateCommand(options);
Expand Down

0 comments on commit 28de3ca

Please sign in to comment.