Skip to content

Commit

Permalink
Merge branch 'master' into 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamKirkland committed Aug 22, 2022
2 parents 16956be + 01dea7c commit f458cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ async function runDeployment() {
"dangerous-clean-slate": optionalBoolean("dangerous-clean-slate", core.getInput("dangerous-clean-slate")),
"exclude": optionalStringArray("exclude", core.getMultilineInput("exclude")),
"log-level": optionalLogLevel("log-level", core.getInput("log-level")),
"security": optionalSecurity("security", core.getInput("security"))
"security": optionalSecurity("security", core.getInput("security")),
"timeout": optionalInt("timeout", core.getInput("timeout"))
};

await deploy(args);
Expand Down

0 comments on commit f458cc0

Please sign in to comment.