From 94d3accefd0f4b88d69f871aaf893a0c0bff3f30 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Thu, 14 Oct 2021 10:02:47 +0200 Subject: [PATCH] docs: fix action reference in examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96a6dfb..246d855 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Produce some `slug`-ed environment variables based on the input one. - Slugify a value and store it using a key ```yaml - - uses: rlespinasse/slugify@v1.x + - uses: rlespinasse/slugify-value@v1.x with: key: KEY_NAME value: value_to_slugify @@ -40,7 +40,7 @@ Produce some `slug`-ed environment variables based on the input one. - Slugify the value of an environment variable ```yaml - - uses: rlespinasse/slugify@v1.x + - uses: rlespinasse/slugify-value@v1.x with: key: EXISTING_ENV_VAR ```