From 82b3f21cd538828fe7104ed8a0d8266f823cd1c0 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Tue, 5 Nov 2024 21:40:02 +0100 Subject: [PATCH] cleanup --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61f7deb..be11f54 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ This GitHub Action will expose the slug/short values of [some GitHub environment - `_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: @@ -33,9 +33,14 @@ steps: 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