From 6de0896064d93ae3a90a0133f56519c571faa6ab Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Thu, 13 Oct 2022 09:24:04 -0500 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b1dea..0685eb1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Key to env name happens using the following script: tr '[:lower:]' '[:upper:]' | sed -E 's/[^a-zA-Z0-9_]/_/g'; ``` -You can see the exact logic [here](./action.yaml#L64) +You can see the exact logic [here](./scripts/yaml-to-env.sh#L9) #### Simple