mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-13 18:11:17 +00:00
style: fix typos
This commit is contained in:
committed by
Romain Lespinasse
parent
fd2f7856b9
commit
73f6003cd2
@@ -5,12 +5,12 @@ This action slug and expose some github variables.
|
|||||||
`Slug` a variable will
|
`Slug` a variable will
|
||||||
|
|
||||||
- put the variable content in lower case,
|
- put the variable content in lower case,
|
||||||
- replace any caracter by `-` except `0-9` and `a-z`,
|
- replace any character by `-` except `0-9` and `a-z`,
|
||||||
- remove leading and trailing `-` caracter,
|
- remove leading and trailing `-` character,
|
||||||
- limit the string size to 63 caracters.
|
- limit the string size to 63 characters.
|
||||||
|
|
||||||
Others `Slug`-ish commands are available:
|
Others `Slug`-ish commands are available:
|
||||||
- `Short SHA` a variable will limit the string size to 8 caracters.
|
- `Short SHA` a variable will limit the string size to 8 characters.
|
||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user