mirror of
https://github.com/rlespinasse/slugify-value.git
synced 2026-05-17 18:25:47 +00:00
fix(slug_url): remove ending hypen if any
This commit is contained in:
committed by
GitHub
parent
cb5f2aad22
commit
cb3e46ca61
2
.github/workflows/slugify-value.yaml
vendored
2
.github/workflows/slugify-value.yaml
vendored
@@ -75,7 +75,7 @@ jobs:
|
||||
with:
|
||||
key: ANOTHER_MAX_LENGTH
|
||||
value: "Never gonna give you up Never gonna let you down"
|
||||
slug-maxlength: 23
|
||||
slug-maxlength: 24
|
||||
- name: Validate // Slugify with another max length
|
||||
run: |
|
||||
[[ "${{ env.ANOTHER_MAX_LENGTH }}" == "Never gonna give you up Never gonna let you down" ]]
|
||||
|
||||
Reference in New Issue
Block a user