GitHub slug
Version updated for https://github.com/gacts/github-slug to version v1.3.5.
- This action is used across all versions by 246 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Slug Action is designed to generate URL-friendly, “slugified” versions of branch names, tags, or custom strings within GitHub workflows by normalizing text (e.g., converting to lowercase, replacing special characters, and removing invalid characters). It automates the process of creating consistent and sanitized identifiers for use in CI/CD pipelines, solving challenges related to managing branch or tag names in scripts and tools. Key capabilities include detecting if workflows are triggered on branches or tags, providing cleaned versions of branch/tag names, and extracting semantic version details.
What’s Changed
What’s Changed
📦 Dependency updates
- Bump actions/checkout from 4 to 6 in the github-actions group by @dependabot[bot] in https://github.com/gacts/github-slug/pull/89
- Bump the github-actions group with 2 updates by @dependabot[bot] in https://github.com/gacts/github-slug/pull/90
- Bump the github-actions group with 2 updates by @dependabot[bot] in https://github.com/gacts/github-slug/pull/93
- Bump the npm-production group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/gacts/github-slug/pull/95
- Bump the npm-development group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/gacts/github-slug/pull/94
Full Changelog: https://github.com/gacts/github-slug/compare/v1.3.4...v1.3.5