Skip to content

Commit

Permalink
Update readme with new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon authored Jul 20, 2022
1 parent b666957 commit c97afe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ A branch must meet all the following criteria to be deemed abandoned and safe to
| `last_commit_age_days` | How old in days must be the last commit into the branch for the branch to be deleted. Default: `60` | `90`
| `dry_run`* | Whether we're actually deleting branches at all. Possible values: `yes, no` (case sensitive). Default: `yes` | `no`
| `github_token`* | The github token to use on requests to the github api. You can use the one github actions provide | `${{ github.token }}`
| `github_base_url` | The github API's base url. You only need to override this when using Github Enterprise on a different domain. Default: `https://api.github.com` | `https://github.mycompany.com/api/v3`

### Note: dry run

Expand Down

0 comments on commit c97afe9

Please sign in to comment.