Skip to content

Commit c97afe9

Browse files
authored
Update readme with new parameter
1 parent b666957 commit c97afe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ A branch must meet all the following criteria to be deemed abandoned and safe to
2929
| `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`
3030
| `dry_run`* | Whether we're actually deleting branches at all. Possible values: `yes, no` (case sensitive). Default: `yes` | `no`
3131
| `github_token`* | The github token to use on requests to the github api. You can use the one github actions provide | `${{ github.token }}`
32+
| `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`
3233

3334
### Note: dry run
3435

0 commit comments

Comments
 (0)