| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This GitHub Action exposes slug and short values of GitHub environment variables inside your workflow.
steps:
- uses: actions/checkout@v6
- name: Inject enhanced GitHub environment variables
uses: rlespinasse/github-slug-action@v5Caution
Use Dependabot to maintain your github-slug-action version updated in your GitHub workflows.
Tip
Read the slug transformation rules for the full algorithm and rationale.
| Input | Default | Description |
|---|---|---|
| prefix | "" | Value prepended to each generated variable name |
| slug-maxlength | 63 | Max length of slugified values ("nolimit" to disable) |
| short-length | (Git default) | Length of short SHA values (minimum 4) |
See the inputs reference for details.
| Variable | Type | Description |
|---|---|---|
| GITHUB_REF_POINT | Enhanced | Branch or tag name (consistent across event types) |
| GITHUB_REPOSITORY_OWNER_PART | Partial | Owner extracted from repository |
| GITHUB_REPOSITORY_NAME_PART | Partial | Repository name extracted from repository |
| GITHUB_REPOSITORY_SLUG | Slug | The owner and repository name |
| GITHUB_REF_SLUG | Slug | The branch or tag ref |
| GITHUB_REF_NAME_SLUG | Slug | The branch or tag name shown on GitHub |
| GITHUB_HEAD_REF_SLUG | Slug | PR head branch |
| GITHUB_BASE_REF_SLUG | Slug | PR base branch |
| GITHUB_EVENT_REF_SLUG | Slug | Webhook Git ref |
| GITHUB_SHA_SHORT | Short | Shortened commit SHA |
| GITHUB_EVENT_PULL_REQUEST_HEAD_SHA_SHORT | Short | Shortened PR head commit SHA |
All slug variables also have _SLUG_URL and _CS variants. See the full variable reference.
Tip
If you don't find what you need, read about available GitHub variables, propose a new variable, or use slugify-value / shortify-git-revision directly.
See the troubleshooting guide for common issues and solutions.
In English 🇬🇧
In French 🇫🇷
In Chinese 🇨🇳
The next one is you. Don't hesitate to add yourself to one of these lists.
| Back | FazBrowse Home | New Git URL |