From 2956b0de81f6cdc38c4c4db0fe32f1802e03e268 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 8 Aug 2021 11:59:31 -0400 Subject: [PATCH] document input --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b61e8a5..5bc259e 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ The following are optional as `step.with` keys | `name` | String | Name of the release. defaults to tag name | | `tag_name` | String | Name of a tag. defaults to `github.ref` | | `fail_on_unmatched_files` | Boolean | Indicator of whether to fail if any of the `files` globs match nothing | +| `repository` | String | Name of a target repository in `/` format. Defaults to GITHUB_REPOSITORY env variable | | `target_commitish` | String | Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. | | `token` | String | Secret GitHub Personal Access Token. Defaults to `${{ github.token }}` | | `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) |