Skip to content

Commit 2956b0d

Browse files
committed
document input
1 parent 0aec73c commit 2956b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ The following are optional as `step.with` keys
175175
| `name` | String | Name of the release. defaults to tag name |
176176
| `tag_name` | String | Name of a tag. defaults to `github.ref` |
177177
| `fail_on_unmatched_files` | Boolean | Indicator of whether to fail if any of the `files` globs match nothing |
178+
| `repository` | String | Name of a target repository in `<owner>/<repo>` format. Defaults to GITHUB_REPOSITORY env variable |
178179
| `target_commitish` | String | Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. |
179180
| `token` | String | Secret GitHub Personal Access Token. Defaults to `${{ github.token }}` |
180181
| `discussion_category_name` | String | If specified, a discussion of the specified category is created and linked to the release. The value must be a category that already exists in the repository. For more information, see ["Managing categories for discussions in your repository."](https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions-in-your-repository) |

0 commit comments

Comments
 (0)