From 7d304ee154c03d181fd45ca8b3b18eee4d0ae531 Mon Sep 17 00:00:00 2001 From: Spikatrix <12792882+Spikatrix@users.noreply.github.com> Date: Thu, 1 Jun 2023 07:32:03 +0000 Subject: [PATCH] master -> main --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 450790e..12f49bd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Optional Arguments - `prerelease`: Mark the release as a pre-release (Default: `false`). - `make_latest`: Mark the release as the latest release for the repository (Default: `true`). - `release_name`: Explicitly set a release name. (Defaults: implicitly same as `tag` via GitHub API). -- `target_commit`: Sets the commit hash or branch for the tag to be based on (Default: the default branch, usually `master`). +- `target_commit`: Sets the commit hash or branch for the tag to be based on (Default: the default branch, usually `main`). - `body`: Content of the release text (Default: `""`). - `repo_name`: Specify the name of the GitHub repository in which the GitHub release will be created, edited, and deleted. If the repository is other than the current, it is required to create a personal access token with `repo`, `user`, `admin:repo_hook` scopes to the foreign repository and add it as a secret. (Default: current repository). diff --git a/action.yml b/action.yml index 3763217..dfaa706 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ inputs: body: description: 'Content of the release text. Empty by default.' target_commit: - description: 'Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository"s default branch (usually `master`).' + description: 'Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository\'s default branch (usually `main`).' repo_name: description: 'Specify the name of the GitHub repository in which the GitHub release will be created, edited, and deleted. If the repository is other than the current, it is required to create a personal access token with `repo`, `user`, `admin:repo_hook` scopes to the foreign repository and add it as a secret. Defaults to the current repository' outputs: