From c97afe95e94fd2c9d94a10b0634f0686fdcb17c4 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Wed, 20 Jul 2022 08:43:29 +0100 Subject: [PATCH] Update readme with new parameter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d6efa2..a3ab6d3 100644 --- a/README.md +++ b/README.md @@ -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