Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Nov 5, 2024
1 parent 002de3a commit 82b3f21
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,24 @@ This GitHub Action will expose the slug/short values of [some GitHub environment
- `<VAR>_CS` on others variables to keep the value case-sensitive
- Like `GITHUB_REF_SLUG_CS`

## Use this action
## Installation

Add this in your workflow, or check for more [examples][examples] (OS usage, URL use, ...)
Add this step to your workflow

```yaml
steps:
- name: Inject enhanced GitHub environment variables
uses: rlespinasse/github-slug-action@v5
```
> [!TIP]
> [!CAUTION]
> Use [Dependabot][dependabot] to maintain your `github-slug-action` version updated in your GitHub workflows.

## Configuration Options

> [!TIP]
> Check for more [examples][examples] (OS usage, URL use, ...)

### With a prefix

```yaml
Expand Down

0 comments on commit 82b3f21

Please sign in to comment.