Skip to content

Commit

Permalink
Update environment variable scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Eisinger authored and GitHub committed Jun 1, 2020
1 parent fe5534d commit 5091cc1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,15 @@ Some environment variables may be necessary for your particular case or to impro
Example usage:
```
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100' # SDK Version to use.
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100' # SDK Version to use.
```
# License
Expand Down

0 comments on commit 5091cc1

Please sign in to comment.