From b7a8921240491ca443cb4d8a81f8915bc02051fa Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Wed, 21 Apr 2021 13:47:53 +0200 Subject: [PATCH] Update wrong environment variable PULL_REQUESTS_ASSIGNEE In changing the documentation in #513 the environment variable `PULL_REQUESTS_ASSIGNEE` is missing an 's'. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 584d2416..232ff600 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Variable Name | Default | Notes `PACKAGE_MANAGER` | `bundler` | Valid values: `bundler`, `cargo`, `composer`, `dep`, `docker`, `elm`, `go_modules`, `gradle`, `hex`, `maven`, `npm_and_yarn`, `nuget`, `pip` (includes pipenv), `submodules`, `terraform` `PROJECT_PATH` | N/A (Required) | Path to repository. Usually in the format `/`. `BRANCH ` | N/A (Optional) | Branch to fetch manifest from and open pull requests against. -`PULL_REQUEST_ASSIGNEE` | N/A (Optional) | User to assign to the created pull request. +`PULL_REQUESTS_ASSIGNEE` | N/A (Optional) | User to assign to the created pull request. There are other variables that you must pass to your container that will depend on the Git source you use: @@ -89,7 +89,7 @@ Variable | Default GITLAB_ACCESS_TOKEN | N/A (Required) GITLAB_AUTO_MERGE | N/A (Optional) GITLAB_HOSTNAME | `gitlab.com` -GITLAB_ASSIGNEE_ID | N/A Deprecated. Use `PULL_REQUEST_ASSIGNEE` instead. +GITLAB_ASSIGNEE_ID | N/A Deprecated. Use `PULL_REQUESTS_ASSIGNEE` instead. **Azure DevOps**