Skip to content

Commit

Permalink
Update wrong environment variable PULL_REQUESTS_ASSIGNEE
Browse files Browse the repository at this point in the history
In changing the documentation in #513 the environment variable `PULL_REQUESTS_ASSIGNEE` is missing an 's'.
  • Loading branch information
cafferata authored Apr 21, 2021
1 parent 9955ecf commit b7a8921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<namespace>/<project>`.
`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:

Expand All @@ -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**

Expand Down

0 comments on commit b7a8921

Please sign in to comment.