From 1d6920fd91b70dda9e895815751911ab49b4eea0 Mon Sep 17 00:00:00 2001 From: korsour Date: Sun, 6 Dec 2020 16:52:05 +0200 Subject: [PATCH] Update README.MD --- README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 864b7ef..c85ef01 100644 --- a/README.MD +++ b/README.MD @@ -12,8 +12,8 @@ - name: Some other action run: | echo "Variable 1: ${{ env.VARIABLE_1 }}" - echo "Variable 2: ${{ env.VARIABLE_1 }}" - echo "Variable 3: ${{ env.VARIABLE_1 }}" + echo "Variable 2: ${{ env.VARIABLE_2 }}" + echo "Variable 3: ${{ env.VARIABLE_3 }}" ``` ## ✨ Features @@ -38,4 +38,4 @@ If you need to load a `.env` file for a specific mode, you should specify the `m Thus, specifying `mode: test` will read the `.env.test` file. `mode: development` will read `.env.development` and so on. -After reading and parsing the variables from the `.env` file, we write them to `GITHUB_ENV`. +After reading and parsing the variables from the `.env` file, it writes them to `GITHUB_ENV`.