mirror of
https://github.com/rlespinasse/slugify-value.git
synced 2026-09-15 12:18:50 +00:00
feat: support prepend text to variable names
This commit is contained in:
@@ -8,6 +8,10 @@ inputs:
|
||||
value:
|
||||
description: "Value to slugify"
|
||||
required: false
|
||||
prefix:
|
||||
description: "Value to prepend to each generated variable"
|
||||
default: ""
|
||||
required: false
|
||||
branding:
|
||||
icon: "crop"
|
||||
color: "gray-dark"
|
||||
@@ -19,3 +23,4 @@ runs:
|
||||
env:
|
||||
INPUT_KEY: ${{ inputs.key }}
|
||||
INPUT_VALUE: ${{ inputs.value }}
|
||||
INPUT_PREFIX: ${{ inputs.prefix }}
|
||||
|
||||
Reference in New Issue
Block a user