diff --git a/index.js b/index.js index d8d430c..88771b5 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ const s3_access_token = core.getInput('S3_access_token'); const s3_secret_token = core.getInput('S3_secret_token'); const s3_bucket = core.getInput('S3_bucket'); const s3_region = core.getInput('S3_region'); -const breakdown = 30; +const breakdown = 40; const [owner, repo] = process.env.GITHUB_REPOSITORY.split('/'); const commit = process.env.GITHUB_SHA; const pull_request = github.context.payload.pull_request;