Skip to content

Commit

Permalink
increase split
Browse files Browse the repository at this point in the history
  • Loading branch information
jholt1 committed Apr 16, 2020
1 parent 1a77659 commit 8684d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8684d44

Please sign in to comment.