From 70f0aefb56437275e7d7be2e4053bd14a332feb9 Mon Sep 17 00:00:00 2001 From: Ankio Date: Wed, 1 Nov 2023 13:09:56 +0800 Subject: [PATCH] fix:add the description of action input --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 9d81c70..4ce762b 100644 --- a/action.yml +++ b/action.yml @@ -58,6 +58,9 @@ inputs: default: "false" cache: description: 'Provide the cache of a previous run. Allows to re-use collected information multiple times to generate different release notes. Requires `exportCache` to be enabled for the previous run.' + platform: + description: 'use this action in github or gitea or other platform' + default: "github" outputs: changelog: description: The built release changelog built from the merged pull requests