mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-14 02:21:06 +00:00
fix: remove underscore from URL-compliant slugs
This commit is contained in:
committed by
Romain Lespinasse
parent
6839855732
commit
812bd42f94
@@ -39,7 +39,7 @@ This GitHub Action will expose the slug/short values of [some GitHub environment
|
||||
<p>
|
||||
|
||||
- `SLUG_URL` on a variable to have a `slug` variable compliant to be used in an URL
|
||||
- Like `SLUG` but `.` is also replaced by `-`
|
||||
- Like `SLUG` but `.`, and `_` are also replaced by `-`
|
||||
- `SHORT` on a variable will limit the string size to ~8 characters
|
||||
- Useful for _sha_ value
|
||||
- `<KEY>_PART` on a variable will give a part of a variable defined by a key
|
||||
|
||||
Reference in New Issue
Block a user