From 4d23985e4574c293e2234557f94fc94bf6c20a32 Mon Sep 17 00:00:00 2001 From: Michael Meyers Date: Tue, 18 Jan 2022 11:36:37 -0500 Subject: [PATCH] Update README.md Fix the `fill` example to use `mode: fill` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9b3cde..942c264 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ jobs: } } export_to: env - mode: overwrite + mode: fill - name: Echo environment and output run: | echo ${{ env.env1 }}