Skip to content

Commit

Permalink
Updating details about retries on Octokit API
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray committed Nov 23, 2020
1 parent 7f18591 commit d1a5e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ As a guide, in testing this action takes about 15 minutes to run on an organizat
* `since`: A date to be used to collect information from in the form YYYY-MM-DD, if this is specified, `activity_days` is ignored
* `activity_days`: The number of days back from now to collect information from, defaults to `30` days
* `outputDir`: The output directory to store the report files in.
* `octokit_max_retries`: The number of retries before failing with the octokit REST API calls, defaults to `15`.

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inputs:
octokit_max_retries:
description: Maximum number of retires when using the Octokit REST API
required: true
default: 3
default: 15

runs:
using: node12
Expand Down

0 comments on commit d1a5e00

Please sign in to comment.