fix input format

This commit is contained in:
2023-10-24 12:51:25 +02:00
parent 53c897eae3
commit 62e631db85
+1 -1
View File
@@ -4,7 +4,7 @@ author: tj-actions
inputs: inputs:
strip_tag_prefix: 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`' 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 required: false
outputs: outputs: