Update changelog

This commit is contained in:
Tom Hu
2021-01-02 18:53:08 -05:00
parent 40b489d797
commit be4e2a5e02
5 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ let buildExec = () => {
const search_dir = core.getInput("directory");
const token = core.getInput("token");
const verbose = isTrue(core.getInput("verbose"));
const working_dir = core.getInput("working_directory");
const working_dir = core.getInput("working-directory");
const write_path = core.getInput("path_to_write_report");
const xcode_derived_data = core.getInput("xcode_derived_data");
const xcode_package = core.getInput("xcode_package");