Skip to content

Commit

Permalink
Add documentation for the commitish option
Browse files Browse the repository at this point in the history
Closes actions#83
  • Loading branch information
Cyberboss authored Aug 1, 2020
1 parent 705dd14 commit e5c76ff
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 @@ -11,6 +11,7 @@ Create a workflow `.yml` file in your `.github/workflows` directory. An [example
For more information on these inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)

- `tag_name`: The name of the tag for this release
- `commitish`: The SHA or reference to create the release tag from if it does not exist. Defaults to the HEAD of the repository's default branch.
- `release_name`: The name of the release
- `body`: Text describing the contents of the release. Optional, and not needed if using `body_path`.
- `body_path`: A file with contents describing the release. Optional, and not needed if using `body`.
Expand Down

0 comments on commit e5c76ff

Please sign in to comment.