37 Commits

Author SHA1 Message Date
dependabot[bot]
e4212caf3f build(deps): bump actions/checkout from 5 to 6 in the dependencies group (#40)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
2025-11-30 23:33:49 +01:00
dependabot[bot]
d6e3cb1498 build(deps): bump the dependencies group across 1 directory with 2 updates (#39) 2025-08-13 20:23:51 +02:00
Romain Lespinasse
a6cb4bed66 build: use codeowners file (#37) 2025-06-07 22:34:41 +02:00
Romain Lespinasse
93d9285b74 ci(linter): use super-linter/super-linter (#36) 2025-04-12 15:18:43 +02:00
Romain Lespinasse
377ba97cc7 docs: update code of conduct (#35) 2025-03-11 20:46:05 +01:00
dependabot[bot]
341a4b67d7 build(deps): bump github/super-linter from 5 to 7 in the dependencies group across 1 directory (#34)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
2024-10-27 00:52:57 +02:00
Romain Lespinasse
45c76a9806 docs: improve community pages (#33) 2024-10-26 22:35:27 +02:00
Valeri
ee83cf0807 docs(readme): fix example with missing publish-env set to false (#31)
Signed-off-by: Valeri <v19930312@gmail.com>
2024-04-06 22:09:49 +02:00
Romain Lespinasse
d1b958d592 ci(build): use personal token (#30)
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com>
2024-01-24 14:49:08 +01:00
dependabot[bot]
332172c7f4 build(deps): bump the dependencies group with 1 update (#29)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
2023-12-25 22:31:30 +01:00
Romain Lespinasse
dbd1cbdf50 build(dependabot): enable github-actions updates (#28)
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com>
2023-12-25 21:43:28 +01:00
Romain Lespinasse
cbec62b21f ci(linter): setup super linter workflow 2023-06-11 11:32:30 +02:00
Romain Lespinasse
a4879db1eb feat: support GHES step output management v1.4.0 v1 2022-10-31 19:44:04 +01:00
Vin
1d53af49fb fix: use environment file to manage outputs v1.3.3 2022-10-15 21:27:02 +02:00
Romain Lespinasse
f1c7463d0d fix(slug): remove trailing hypens if any after reduction v1.3.2 2022-06-16 09:55:04 +02:00
Romain Lespinasse
4e258f56ef fix(slug_url): remove ending hypen if any v1.3.1 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
cb5f2aad22 ci: fix typo 2022-04-17 20:06:56 +02:00
rlespinasse
1ce1e1b126 docs: improve sections 2022-04-17 19:48:08 +02:00
Romain Lespinasse
38f26c3445 feat: expose slug values as outputs v1.3.0 2022-04-16 21:00:34 +02:00
Romain Lespinasse
ae545a3d5d fix: remove dashes group substitution
Co-authored-by: Gaetan BOGAERT <gbogaert62@gmail.com>
v1.2.3
2022-04-08 21:39:31 +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).
v1.2.2
2022-04-08 20:38:08 +02:00
Gaetan BOGAERT
ce66c2e7e3 fix: do not replace group of dashes with a single dash v1.2.1 2022-03-22 15:58:25 +01:00
Romain Lespinasse
ca7a5a0fdd ci: enable build on fork pull request 2022-03-22 13:56:08 +01:00
rlespinasse
8c6e40fa30 feat: add slug-maxlength input v1.2.0 2022-03-19 13:54:49 +01:00
Romain Lespinasse
e0e1ac60ae feat: support prepend text to variable names v1.1.0 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
rlespinasse
dd418141ff ci: rename main workflow 2021-10-19 22:22:59 +02:00
rlespinasse
971b114f9b docs: add funding file 2021-10-14 10:18:30 +02:00
Romain Lespinasse
94d3accefd docs: fix action reference in examples 2021-10-14 10:02:47 +02:00
rlespinasse
e299e5b7e9 fix: support macos on shell script v1.0.1 2021-10-13 14:06:58 +02:00
rlespinasse
a5345bd066 fix: use windows-compatible env var for action path 2021-10-13 14:06:58 +02:00
rlespinasse
fbfaeca16e test: check for each os 2021-10-13 14:06:58 +02:00
Romain Lespinasse
017eec94a5 build: make action compatible with marketplace publication 2021-10-12 13:16:41 +02:00
rlespinasse
ed398f784f feat: slugify a value v1.0.0 2021-10-12 13:10:40 +02:00
Romain Lespinasse
9c74231893 Initial commit 2021-10-07 22:22:48 +02:00