mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Add possibility to alter the target repository
This commit is contained in:
parent
b7064071dc
commit
f092a452c6
6 changed files with 11 additions and 2 deletions
|
@ -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. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue