From 8aad01c12fc0ece7fb6c4cec6957c1ef85db7481 Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Wed, 6 Dec 2023 15:43:02 +0100 Subject: [PATCH] remove unused tag_ref_slug_enable, clarify description for tag_ref_normalized_enable --- action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/action.yml b/action.yml index c748f64..20651d5 100644 --- a/action.yml +++ b/action.yml @@ -28,12 +28,8 @@ inputs: description: "a suffix to add to docker tags that were generated from commit sha" default: "commit-" - tag_ref_slug_enable: - description: "generate a tag from the git ref slug" - default: "false" - tag_ref_normalized_enable: - description: "" + description: "generate a tag from the git reference (eg. tag or branch name, skipped if semver was successfully parsed)" default: "true" tags_additional: