Skip to content

Commit ff4395a

Browse files
committed
change to fixed length 7
1 parent a4d3b3a commit ff4395a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858

5959
# accesses some git variables and processes them to be lower case/short/escaped
6060
- name: Inject slug/short variables
61-
uses: rlespinasse/github-slug-action@v3.x
61+
uses: rlespinasse/github-slug-action@v5
62+
with:
63+
short-length: 7
6264

6365
# Configure git-specific .env file
6466
- name: Expose git-specific information to the Vite environment

0 commit comments

Comments
 (0)