Revert "fix(slug_url): remove ending hypen if any"

This reverts commit cb3e46ca61.
This commit is contained in:
rlespinasse
2022-06-15 15:51:30 +02:00
parent cb3e46ca61
commit 930d4521cc
3 changed files with 8 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ jobs:
with:
key: ANOTHER_MAX_LENGTH
value: "Never gonna give you up Never gonna let you down"
slug-maxlength: 24
slug-maxlength: 23
- name: Validate // Slugify with another max length
run: |
[[ "${{ env.ANOTHER_MAX_LENGTH }}" == "Never gonna give you up Never gonna let you down" ]]