From a3345a3b6698049d982ef3db8139e5d982584416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A1ssaro?= Date: Sat, 20 Nov 2021 12:44:07 -0300 Subject: [PATCH] fix env name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9798afd4..670f13e3 100644 --- a/README.md +++ b/README.md @@ -607,7 +607,7 @@ specifying a environment file. with: miniforge-variant: Mambaforge miniforge-version: latest - activate-environment: foo + activate-environment: your-env-name use-mamba: true ```