From 3dbdc45d61b3621e28f4089d856c7de3152178b9 Mon Sep 17 00:00:00 2001 From: Nikita <55545594+n08i40k@users.noreply.github.com> Date: Sat, 26 Jul 2025 14:35:12 +0400 Subject: [PATCH] docs: declare body_path input --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 60e6da2..75f509d 100644 --- a/action.yml +++ b/action.yml @@ -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" \ No newline at end of file + icon: "package"