Skip to content

Commit

Permalink
Support custom target_commitish value (#76)
Browse files Browse the repository at this point in the history
* Make target_commitish configurable

* Store compiled action for testing

* Add target_commitish to metadata

* Allow override of target_commitish for updating

* Print commit usage

* Improve message for commit usage

* Update draft releases too

* Revert "Update draft releases too"

This reverts commit ff30f8e.

* Integrate latest changes from upstream.
  • Loading branch information
ThomasPiskol authored and softprops committed Jul 26, 2021
1 parent 51ef4d3 commit 7cf90a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -181,6 +181,9 @@ attempted first, then falling back on `body` if the path can not be read from.
馃挕 When the release info keys (such as `name`, `body`, `draft`, `prerelease`, etc.)
are not explicitly set and there is already an existing release for the tag, the
release will retain its original info.
=======

馃挕When providing a `body` and `body_path` at the same time, `body_path` will be attempted first, then falling back on `body` if the path can not be read from.

#### outputs

Expand Down
3 changes: 3 additions & 0 deletions action.yml
Expand Up @@ -37,6 +37,9 @@ inputs:
target_commitish:
description: "Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA."
required: false
target_commitish:
description: 'Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA.'
required: false
env:
"GITHUB_TOKEN": "As provided by Github Actions"
outputs:
Expand Down

0 comments on commit 7cf90a9

Please sign in to comment.