From 62e631db85ab4f17d3b76343e51ef6fc8b7ea47e Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Tue, 24 Oct 2023 12:51:25 +0200 Subject: [PATCH] fix input format --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 029e09c..c514977 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: tj-actions inputs: strip_tag_prefix: description: 'The prefix that should be stripped from the tag e.g `v` -> with a tag `v0.0.1` -> returns `0.0.1`' - default: '' + default: "false" required: false outputs: