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 66d4d6e commit a0ffb96
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 @@ -37,14 +37,14 @@ with:

## Usage with `NODE_OPTIONS`

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
id: source-env
with:
env-file: .env
-
- run: echo ${{ steps.source-env.outputs.node_options }}
```


Expand Down

0 comments on commit a0ffb96

Please sign in to comment.