mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-07-14 18:33:52 +00:00
Add target_commitish to metadata
This commit is contained in:
@ -173,7 +173,7 @@ jobs:
|
|||||||
The following are optional as `step.with` keys
|
The following are optional as `step.with` keys
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
|---------------------------|---------|-------------------------------------------------------------------------------------------------------------------|
|
|---------------------------|---------|-----------------------------------------------------------------------------------------------------|
|
||||||
| `body` | String | Text communicating notable changes in this release |
|
| `body` | String | Text communicating notable changes in this release |
|
||||||
| `body_path` | String | Path to load text communicating notable changes in this release |
|
| `body_path` | String | Path to load text communicating notable changes in this release |
|
||||||
| `draft` | Boolean | Indicator of whether or not this release is a draft |
|
| `draft` | Boolean | Indicator of whether or not this release is a draft |
|
||||||
|
@ -30,6 +30,9 @@ inputs:
|
|||||||
repository:
|
repository:
|
||||||
description: 'Repository to make releases against, in <owner>/<repo> format'
|
description: 'Repository to make releases against, in <owner>/<repo> format'
|
||||||
required: false
|
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:
|
env:
|
||||||
'GITHUB_TOKEN': 'As provided by Github Actions'
|
'GITHUB_TOKEN': 'As provided by Github Actions'
|
||||||
outputs:
|
outputs:
|
||||||
|
Reference in New Issue
Block a user