Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 20, 2023
1 parent 925b5d9 commit cfe8c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "TEST_NO_NEWLINE=still there" >> $GITHUB_ENV
## Example Usage

```
uses: c-py/action-dotenv-to-setenv@v2
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: .env
```
Expand All @@ -40,7 +40,7 @@ with:
Unfortunately, `NODE_OPTIONS` cannot be set in this action due to GitHub [security settings](https://github.com/c-py/action-dotenv-to-setenv/issues/9). To work around this `NODE_OPTIONS` is automatically output under `node_options`.

```
- uses: c-py/action-dotenv-to-setenv@v2
- uses: c-py/action-dotenv-to-setenv@v5
id: source-env
with:
env-file: .env
Expand Down

0 comments on commit cfe8c46

Please sign in to comment.