Add possibility to alter the target repository

This commit is contained in:
Alejandro Hernández 2020-02-06 19:22:07 +01:00
parent b7064071dc
commit f092a452c6
No known key found for this signature in database
GPG key ID: A678768B568EF2D9
6 changed files with 11 additions and 2 deletions

View file

@ -43,6 +43,7 @@ See [this issue](https://github.com/peter-evans/create-pull-request/issues/48) f
| Name | Description | Default |
| --- | --- | --- |
| `token` | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). | |
| `repository` | The repository where the pull request will be created. | `$GITHUB_REPOSITORY` |
| `path` | Relative path under `$GITHUB_WORKSPACE` to the repository. | `$GITHUB_WORKSPACE` |
| `commit-message` | The message to use when committing changes. | `[create-pull-request] automated change` |
| `committer` | The committer name and email address in the format `Display Name <email@address.com>`. | Defaults to the GitHub Actions bot user. See [Committer and author](#committer-and-author) for details. |