Commit Graph

11 Commits

Author SHA1 Message Date
Romain Lespinasse
4e258f56ef fix(slug_url): remove ending hypen if any 2022-06-15 16:06:49 +02:00
rlespinasse
930d4521cc Revert "fix(slug_url): remove ending hypen if any"
This reverts commit cb3e46ca61.
2022-06-15 15:51:30 +02:00
Romain Lespinasse
cb3e46ca61 fix(slug_url): remove ending hypen if any 2022-06-15 15:48:10 +02:00
rlespinasse
1ce1e1b126 docs: improve sections 2022-04-17 19:48:08 +02:00
Romain Lespinasse
38f26c3445 feat: expose slug values as outputs 2022-04-16 21:00:34 +02:00
Romain Lespinasse
1300b1ecaf fix(slug_url): replace underscore
To be compliant with Hostname syntax, we need to remove underscores from the slug value.

Since the hostname is part of the URL, we update the SLUG_URL values instead of creating a new SLUG_HOSTNAME (for example).
2022-04-08 20:38:08 +02:00
rlespinasse
8c6e40fa30 feat: add slug-maxlength input 2022-03-19 13:54:49 +01:00
Romain Lespinasse
e0e1ac60ae feat: support prepend text to variable names 2021-12-08 21:48:30 +01:00
Romain Lespinasse
c12f1d6d88 docs: fix slugify key and value example 2021-12-08 21:05:22 +01:00
Romain Lespinasse
94d3accefd docs: fix action reference in examples 2021-10-14 10:02:47 +02:00
rlespinasse
ed398f784f feat: slugify a value 2021-10-12 13:10:40 +02:00