diff --git a/src/main.ts b/src/main.ts index be3c65b..5f7fde4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -44,7 +44,7 @@ class TestReporter { readonly workDirInput = core.getInput('working-directory', {required: false}) readonly onlySummary = core.getInput('only-summary', {required: false}) === 'true' readonly token = core.getInput('token', {required: true}) - readonly directoryMapping = core.getInput('directory-mapping', {required: true}) + readonly directoryMapping = core.getInput('directory-mapping', {required: false}) readonly octokit: InstanceType readonly context = getCheckRunContext()