You've already forked gitea-release-action
mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2025-07-31 06:17:12 +07:00
docs: declare body_path input
This commit is contained in:
@ -10,6 +10,9 @@ inputs:
|
||||
body:
|
||||
description: "Note-worthy description of changes in release"
|
||||
required: false
|
||||
body_path:
|
||||
description: "Path to load description of changes in this release"
|
||||
required: false
|
||||
name:
|
||||
description: "Gives the release a custom name. Defaults to tag name"
|
||||
required: false
|
||||
@ -49,4 +52,4 @@ runs:
|
||||
main: "dist/index.js"
|
||||
branding:
|
||||
color: "green"
|
||||
icon: "package"
|
||||
icon: "package"
|
||||
|
Reference in New Issue
Block a user