Skip to content

Commit

Permalink
Merge pull request #1 from korsour/patch-1
Browse files Browse the repository at this point in the history
docs: update README
  • Loading branch information
xom9ikk authored Dec 6, 2020
2 parents 1fd099a + 1d6920f commit fe496e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`.

0 comments on commit fe496e6

Please sign in to comment.