fix: remove underscore from URL-compliant slugs

This commit is contained in:
rlespinasse
2022-04-08 22:54:36 +02:00
committed by Romain Lespinasse
parent 6839855732
commit 812bd42f94
2 changed files with 9 additions and 9 deletions

View File

@@ -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