mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-14 02:21:06 +00:00
build: use semantic-release
This commit is contained in:
@@ -20,10 +20,10 @@ This action slug and expose some github variables.
|
||||
## Example usage
|
||||
|
||||
```yaml
|
||||
- uses: rlespinasse/github-slug-action@1.0.1
|
||||
- uses: rlespinasse/github-slug-action@master
|
||||
- name: Print slug variables
|
||||
run: |
|
||||
echo ${{ env.GITHUB_REF_SLUG }}
|
||||
echo ${{ env.GITHUB_HEAD_REF_SLUG }}
|
||||
echo ${{ env.GITHUB_BASE_REF_SLUG }}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user