Skip to content

Latest commit

 

History

History
111 lines (68 loc) · 5.15 KB

File metadata and controls

111 lines (68 loc) · 5.15 KB

Icon GitHub Action: Slugify

Slugify

Marketplace Release License Stars PRs Welcome GitHub Verified Creator

Overview

Action to slugify a given string value.

Usage

- uses: hoverkraft-tech/ci-github-common/actions/slugify@2334d395217f9811699dbd4ace9d8559e4d99e0d # 0.37.3
  with:
    # The value to slugify.
    # This input is required.
    value: ""

Inputs

Input Description Required Default
value The value to slugify. true -

Outputs

Output Description
result The slugified value

Contributing

Contributions are welcome! Please see the contributing guidelines for more details.

License

This project is licensed under the MIT License.

SPDX-License-Identifier: MIT

Copyright © 2026 hoverkraft

For more details, see the license.


This documentation was automatically generated by CI Dokumentor.