Action to slugify a given string value
- uses: hoverkraft-tech/ci-github-common@0.15.0
with:
# Description: The value to slugify
#
value: ""
Input | Description | Default | Required |
---|---|---|---|
value |
The value to slugify | true |
Output | Description |
---|---|
result |
The slugified value |