mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-09 12:26:24 +00:00
Update changelog
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user