From 848a5a7d70f75bbfbf090ecab41984fb69a11c72 Mon Sep 17 00:00:00 2001 From: andreblumenthal Date: Tue, 14 Feb 2023 08:02:18 +0100 Subject: [PATCH] add property to action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 29599ae..ab06a80 100644 --- a/action.yml +++ b/action.yml @@ -31,6 +31,9 @@ inputs: description: 'schema used to compute next tag. continuous or semantic' required: false default: 'continuous' + commitish: + description: 'Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit' + required: false outputs: id: description: 'The ID of the created Release'