We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d3b3a commit ff4395aCopy full SHA for ff4395a
1 file changed
.github/workflows/deploy.yml
@@ -58,7 +58,9 @@ jobs:
58
59
# accesses some git variables and processes them to be lower case/short/escaped
60
- name: Inject slug/short variables
61
- uses: rlespinasse/github-slug-action@v3.x
+ uses: rlespinasse/github-slug-action@v5
62
+ with:
63
+ short-length: 7
64
65
# Configure git-specific .env file
66
- name: Expose git-specific information to the Vite environment
0 commit comments