Skip to content

Commit

Permalink
docs: document new action input
Browse files Browse the repository at this point in the history
  • Loading branch information
prenaissance committed Nov 30, 2024
1 parent 85e75a4 commit 571b285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This action for [Changesets](https://github.com/atlassian/changesets) creates a
- setupGitUser - Sets up the git user for commits as `"github-actions[bot]"`. Default to `true`
- createGithubReleases - A boolean value to indicate whether to create Github releases after `publish` or not. Default to `true`
- cwd - Changes node's `process.cwd()` if the project is not located on the root. Default to `process.cwd()`
- baseBranch - The branch to create the pull request against. Default to the branch the action is running on.

### Outputs

Expand Down

0 comments on commit 571b285

Please sign in to comment.