mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +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
|
||||
|
||||
- put the variable content in lower case,
|
||||
- replace any caracter by `-` except `0-9` and `a-z`,
|
||||
- remove leading and trailing `-` caracter,
|
||||
- limit the string size to 63 caracters.
|
||||
- replace any character by `-` except `0-9` and `a-z`,
|
||||
- remove leading and trailing `-` character,
|
||||
- limit the string size to 63 characters.
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user