mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
feat: expose GITHUB_REF_SLUG
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# GitHub Slug action
|
||||
|
||||
This action slug and expose some github variables.
|
||||
|
||||
`Slug` a variable will
|
||||
|
||||
- put the variable content in lower case,
|
||||
- replace any caracter by `-` except `0-9` and `a-z`,
|
||||
- limit the string size to 63 caracter
|
||||
|
||||
## Environement Variables
|
||||
|
||||
### `GITHUB_REF_SLUG`
|
||||
|
||||
Slug from `GITHUB_REF` env variables
|
||||
|
||||
## Example usage
|
||||
|
||||
```yaml
|
||||
uses: rlespinasse/github-slug-action@master
|
||||
```
|
||||
Reference in New Issue
Block a user