Update action.yml

This commit is contained in:
Tonye Jack 2022-03-22 17:31:08 -04:00 committed by GitHub
parent 75a3264ae9
commit 626e059dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ description: Retrieve giithub branch or tag information without the /ref/* prefi
author: tj-actions author: tj-actions
inputs: inputs:
strip_tag_prefix: strip_tag_prefix:
description: 'The tag prefix to strip e.g v0.0.1 -> (strip v) -> 0.0.1' description: 'The tag prefix to strip e.g `v0.0.1 -> (strip v) -> 0.0.1`'
default: '' default: ''
required: false required: false